#DFEBED Color Information

Hex color code: #DFEBED

A soft cyan shade, #DFEBED appears as (223, 235, 237) in RGB and (189°, 28%, 90%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameLavender
HEX
#DFEBED
RGB
223, 235, 237
HSL
189°, 28%, 90%
CMYK
6%, 1%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DFEBED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

223, 235, 237

Red: 223 / Green: 235 / Blue: 237

HSL

189°, 28%, 90%

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

CMYK

6%, 1%, 0%, 7%

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

What color is #DFEBED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DFEBED to RGB:

rgb(223, 235, 237)HEX to RGB Converter →

HEX to HSL

Convert #DFEBED to HSL:

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

HEX to CMYK

Convert #DFEBED to CMYK:

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

Color Meaning and Usage

#DFEBED is a soft cyan color with RGB values of 223, 235, 237 and HSL of 189°, 28%, 90%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DFEBED is #EDE1DE, creating high-contrast pairings. For softer combinations, try analogous colors like #DEEDE8.

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

Contrast with #DFEBED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DFEBED?

#DFEBED is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DFEBED?

#DFEBED in RGB is (223, 235, 237) - 223 red, 235 green, and 237 blue.

How to use #DFEBED in CSS?

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

What colors go well with #DFEBED?

#EDE1DE (complementary), #DEEDE8 (analogous), and #ADCCD1 (lighter shade) work well with #DFEBED.