#DDDCDF Color Information

Hex color code: #DDDCDF

The hex color #DDDCDF is a light purple with RGB values of (221, 220, 223) and HSL of (260°, 4%, 87%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DDDCDF
RGB
221, 220, 223
HSL
260°, 4%, 87%
CMYK
1%, 1%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DDDCDF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 220, 223

Red: 221 / Green: 220 / Blue: 223

HSL

260°, 4%, 87%

Hue: 260° / Saturation: 4% / Lightness: 87%

CMYK

1%, 1%, 0%, 13%

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

What color is #DDDCDF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDDCDF to RGB:

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

HEX to HSL

Convert #DDDCDF to HSL:

hsl(260, 4%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #DDDCDF to CMYK:

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

Color Meaning and Usage

A delicate purple tone, #DDDCDF has RGB (221, 220, 223) and HSL (260°, 4%, 87%). Known for evoking purity and simplicity, this very light tint is typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DDDCDF is #DEDFDD, creating high-contrast pairings. For softer combinations, try analogous colors like #DDDDDF.

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

Contrast with #DDDCDF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDDCDF?

#DDDCDF is a delicate purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DDDCDF?

#DDDCDF in RGB is (221, 220, 223) - 221 red, 220 green, and 223 blue.

How to use #DDDCDF in CSS?

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

What colors go well with #DDDCDF?

#DEDFDD (complementary), #DDDDDF (analogous), and #B7B5BA (lighter shade) work well with #DDDCDF.