#DCDAEC Color Information

Hex color code: #DCDAEC

A light blue shade, #DCDAEC appears as (220, 218, 236) in RGB and (247°, 32%, 89%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DCDAEC
RGB
220, 218, 236
HSL
247°, 32%, 89%
CMYK
7%, 8%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #DCDAEC; 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 #DCDAEC; background-color: #DCDAEC15; }

Alert / Toast

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

Link / Accent

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

a { color: #DCDAEC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

220, 218, 236

Red: 220 / Green: 218 / Blue: 236

HSL

247°, 32%, 89%

Hue: 247° / Saturation: 32% / Lightness: 89%

CMYK

7%, 8%, 0%, 7%

Cyan: 7% / Magenta: 8% / Yellow: 0% / Key: 7%

What color is #DCDAEC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DCDAEC to RGB:

rgb(220, 218, 236)HEX to RGB Converter →

HEX to HSL

Convert #DCDAEC to HSL:

hsl(247, 32%, 89%)RGB to HSL Converter →

HEX to CMYK

Convert #DCDAEC to CMYK:

cmyk(7%, 8%, 0%, 7%)Color Converter →

Color Meaning and Usage

#DCDAEC is a light blue color with RGB values of 220, 218, 236 and HSL of 247°, 32%, 89%. This very light tint evokes purity and simplicity, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DCDAEC is #EAECDA, creating high-contrast pairings. For softer combinations, try analogous colors like #DAE1EC.

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

Contrast with #DCDAEC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DCDAEC?

#DCDAEC is a light blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DCDAEC?

#DCDAEC in RGB is (220, 218, 236) - 220 red, 218 green, and 236 blue.

How to use #DCDAEC in CSS?

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

What colors go well with #DCDAEC?

#EAECDA (complementary), #DAE1EC (analogous), and #ACA7D2 (lighter shade) work well with #DCDAEC.