#DEE1FF Color Information

Hex color code: #DEE1FF

#DEE1FF is a light blue color. In RGB it is (222, 225, 255), and in HSL it is (235°, 100%, 94%). It is frequently seen in web interfaces.

Try:
Color NameLavender
HEX
#DEE1FF
RGB
222, 225, 255
HSL
235°, 100%, 94%
CMYK
13%, 12%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DEE1FF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

222, 225, 255

Red: 222 / Green: 225 / Blue: 255

HSL

235°, 100%, 94%

Hue: 235° / Saturation: 100% / Lightness: 94%

CMYK

13%, 12%, 0%, 0%

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

What color is #DEE1FF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DEE1FF to RGB:

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

HEX to HSL

Convert #DEE1FF to HSL:

hsl(235, 100%, 94%)RGB to HSL Converter →

HEX to CMYK

Convert #DEE1FF to CMYK:

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

Color Meaning and Usage

#DEE1FF is a light blue color with RGB values of 222, 225, 255 and HSL of 235°, 100%, 94%. 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 #DEE1FF is #FFFCE0, creating high-contrast pairings. For softer combinations, try analogous colors like #E0F2FF.

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

Contrast with #DEE1FF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DEE1FF?

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

What is the RGB value of #DEE1FF?

#DEE1FF in RGB is (222, 225, 255) - 222 red, 225 green, and 255 blue.

How to use #DEE1FF in CSS?

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

What colors go well with #DEE1FF?

#FFFCE0 (complementary), #E0F2FF (analogous), and #949DFF (lighter shade) work well with #DEE1FF.