#DDCCED Color Information

Hex color code: #DDCCED

#DDCCED is a light purple color. In RGB it is (221, 204, 237), and in HSL it is (271°, 48%, 86%). It is frequently seen in web interfaces.

Try:
Color NameLavender
HEX
#DDCCED
RGB
221, 204, 237
HSL
271°, 48%, 86%
CMYK
7%, 14%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DDCCED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 204, 237

Red: 221 / Green: 204 / Blue: 237

HSL

271°, 48%, 86%

Hue: 271° / Saturation: 48% / Lightness: 86%

CMYK

7%, 14%, 0%, 7%

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

What color is #DDCCED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDCCED to RGB:

rgb(221, 204, 237)HEX to RGB Converter →

HEX to HSL

Convert #DDCCED to HSL:

hsl(271, 48%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #DDCCED to CMYK:

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

Color Meaning and Usage

A soft purple tone, #DDCCED has RGB (221, 204, 237) and HSL (271°, 48%, 86%). 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 #DDCCED is #DBECCA, creating high-contrast pairings. For softer combinations, try analogous colors like #CBCAEC.

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

Contrast with #DDCCED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDCCED?

#DDCCED is a soft purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DDCCED?

#DDCCED in RGB is (221, 204, 237) - 221 red, 204 green, and 237 blue.

How to use #DDCCED in CSS?

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

What colors go well with #DDCCED?

#DBECCA (complementary), #CBCAEC (analogous), and #B692D9 (lighter shade) work well with #DDCCED.