#DDEEBC Color Information

Hex color code: #DDEEBC

#DDEEBC is a light green color. In RGB it is (221, 238, 188), and in HSL it is (80°, 60%, 84%). It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#DDEEBC
RGB
221, 238, 188
HSL
80°, 60%, 84%
CMYK
7%, 0%, 21%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DDEEBC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 238, 188

Red: 221 / Green: 238 / Blue: 188

HSL

80°, 60%, 84%

Hue: 80° / Saturation: 60% / Lightness: 84%

CMYK

7%, 0%, 21%, 7%

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

What color is #DDEEBC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDEEBC to RGB:

rgb(221, 238, 188)HEX to RGB Converter →

HEX to HSL

Convert #DDEEBC to HSL:

hsl(80, 60%, 84%)RGB to HSL Converter →

HEX to CMYK

Convert #DDEEBC to CMYK:

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

Color Meaning and Usage

A ethereal green tone, #DDEEBC has RGB (221, 238, 188) and HSL (80°, 60%, 84%). Known for evoking purity and simplicity, this very light tint is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DDEEBC is #CEBEEF, creating high-contrast pairings. For softer combinations, try analogous colors like #EFE7BE.

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

Contrast with #DDEEBC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDEEBC?

#DDEEBC is a ethereal green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DDEEBC?

#DDEEBC in RGB is (221, 238, 188) - 221 red, 238 green, and 188 blue.

How to use #DDEEBC in CSS?

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

What colors go well with #DDEEBC?

#CEBEEF (complementary), #EFE7BE (analogous), and #C0DF81 (lighter shade) work well with #DDEEBC.