#DECDFF Color Information

Hex color code: #DECDFF

The hex color #DECDFF is a light purple with RGB values of (222, 205, 255) and HSL of (260°, 100%, 90%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DECDFF
RGB
222, 205, 255
HSL
260°, 100%, 90%
CMYK
13%, 20%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DECDFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

222, 205, 255

Red: 222 / Green: 205 / Blue: 255

HSL

260°, 100%, 90%

Hue: 260° / Saturation: 100% / Lightness: 90%

CMYK

13%, 20%, 0%, 0%

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

What color is #DECDFF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DECDFF to RGB:

rgb(222, 205, 255)HEX to RGB Converter →

HEX to HSL

Convert #DECDFF to HSL:

hsl(260, 100%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #DECDFF to CMYK:

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

Color Meaning and Usage

#DECDFF is a light purple color with RGB values of 222, 205, 255 and HSL of 260°, 100%, 90%. This very light tint evokes purity and simplicity, making it suitable for widely used in graphic design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DECDFF is #EEFFCC, creating high-contrast pairings. For softer combinations, try analogous colors like #CCD5FF.

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

Contrast with #DECDFF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DECDFF?

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

What is the RGB value of #DECDFF?

#DECDFF in RGB is (222, 205, 255) - 222 red, 205 green, and 255 blue.

How to use #DECDFF in CSS?

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

What colors go well with #DECDFF?

#EEFFCC (complementary), #CCD5FF (analogous), and #AA80FF (lighter shade) work well with #DECDFF.