#DFEDED Color Information

Hex color code: #DFEDED

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

Try:
Color NameLavender
HEX
#DFEDED
RGB
223, 237, 237
HSL
180°, 28%, 90%
CMYK
6%, 0%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DFEDED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

223, 237, 237

Red: 223 / Green: 237 / Blue: 237

HSL

180°, 28%, 90%

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

CMYK

6%, 0%, 0%, 7%

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

What color is #DFEDED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DFEDED to RGB:

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

HEX to HSL

Convert #DFEDED to HSL:

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

HEX to CMYK

Convert #DFEDED to CMYK:

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

Color Meaning and Usage

#DFEDED is a delicate cyan color with RGB values of 223, 237, 237 and HSL of 180°, 28%, 90%. This very light tint evokes purity and simplicity, making it suitable for often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DFEDED is #EDDEDE, creating high-contrast pairings. For softer combinations, try analogous colors like #DEEDE6.

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

Contrast with #DFEDED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DFEDED?

#DFEDED is a delicate cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DFEDED?

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

How to use #DFEDED in CSS?

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

What colors go well with #DFEDED?

#EDDEDE (complementary), #DEEDE6 (analogous), and #ADD1D1 (lighter shade) work well with #DFEDED.