#DADEDD Color Information

Hex color code: #DADEDD

#DADEDD is a light cyan color. In RGB it is (218, 222, 221), and in HSL it is (165°, 6%, 86%). It is frequently seen in web interfaces.

Try:
Color NameLavender
HEX
#DADEDD
RGB
218, 222, 221
HSL
165°, 6%, 86%
CMYK
2%, 0%, 0%, 13%

Shades

CSS Usage
color: #DADEDD;
background-color: #DADEDD;
border-color: #DADEDD;
box-shadow: 0 0 10px #DADEDD;
border: 2px solid #DADEDD;
Tailwind Usage
bg-[#DADEDD]
text-[#DADEDD]
border-[#DADEDD]
shadow-[0_0_10px_DADEDD]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DADEDD, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DADEDD; color: #000000; }

Badge

New Feature
.badge { background-color: #DADEDD; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DADEDD; background-color: #DADEDD15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DADEDD20; border-left: 4px solid #DADEDD; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DADEDD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DADEDD in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 222, 221

Red: 218 / Green: 222 / Blue: 221

HSL

165°, 6%, 86%

Hue: 165° / Saturation: 6% / Lightness: 86%

CMYK

2%, 0%, 0%, 13%

Cyan: 2% / Magenta: 0% / Yellow: 0% / Key: 13%

What color is #DADEDD?

#DADEDD is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DADEDD to RGB:

rgb(218, 222, 221)HEX to RGB Converter →

HEX to HSL

Convert #DADEDD to HSL:

hsl(165, 6%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #DADEDD to CMYK:

cmyk(2%, 0%, 0%, 13%)Color Converter →

Color Meaning and Usage

#DADEDD is a soft cyan color with RGB values of 218, 222, 221 and HSL of 165°, 6%, 86%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DADEDD is #DDD9DA, creating high-contrast pairings. For softer combinations, try analogous colors like #D9DDDA.

Use #DADEDD in CSS: color: #DADEDD or background-color: #DADEDD. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DADEDD

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 15.47:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DADEDD?

#DADEDD is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DADEDD?

#DADEDD in RGB is (218, 222, 221) - 218 red, 222 green, and 221 blue.

How to use #DADEDD in CSS?

Use #DADEDD directly in your CSS properties like color or background-color.

What colors go well with #DADEDD?

#DDD9DA (complementary), #D9DDDA (analogous), and #B1B9B7 (lighter shade) work well with #DADEDD.