#DDDFEC Color Information

Hex color code: #DDDFEC

#DDDFEC is a light blue color. In RGB it is (221, 223, 236), and in HSL it is (232°, 28%, 90%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DDDFEC
RGB
221, 223, 236
HSL
232°, 28%, 90%
CMYK
6%, 6%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DDDFEC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 223, 236

Red: 221 / Green: 223 / Blue: 236

HSL

232°, 28%, 90%

Hue: 232° / Saturation: 28% / Lightness: 90%

CMYK

6%, 6%, 0%, 7%

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

What color is #DDDFEC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDDFEC to RGB:

rgb(221, 223, 236)HEX to RGB Converter →

HEX to HSL

Convert #DDDFEC to HSL:

hsl(232, 28%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #DDDFEC to CMYK:

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

Color Meaning and Usage

#DDDFEC is a light blue color with RGB values of 221, 223, 236 and HSL of 232°, 28%, 90%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DDDFEC is #EDEBDE, creating high-contrast pairings. For softer combinations, try analogous colors like #DEE7ED.

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

Contrast with #DDDFEC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDDFEC?

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

What is the RGB value of #DDDFEC?

#DDDFEC in RGB is (221, 223, 236) - 221 red, 223 green, and 236 blue.

How to use #DDDFEC in CSS?

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

What colors go well with #DDDFEC?

#EDEBDE (complementary), #DEE7ED (analogous), and #ADB2D1 (lighter shade) work well with #DDDFEC.