#DDFFCC Color Information

Hex color code: #DDFFCC

A airy green shade, #DDFFCC appears as (221, 255, 204) in RGB and (100°, 100%, 90%) in HSL. It is popular in mobile app design.

Try:
Color NameLight Goldenrod Yellow
HEX
#DDFFCC
RGB
221, 255, 204
HSL
100°, 100%, 90%
CMYK
13%, 0%, 20%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DDFFCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 255, 204

Red: 221 / Green: 255 / Blue: 204

HSL

100°, 100%, 90%

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

CMYK

13%, 0%, 20%, 0%

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

What color is #DDFFCC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDFFCC to RGB:

rgb(221, 255, 204)HEX to RGB Converter →

HEX to HSL

Convert #DDFFCC to HSL:

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

HEX to CMYK

Convert #DDFFCC to CMYK:

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

Color Meaning and Usage

A light green tone, #DDFFCC has RGB (221, 255, 204) and HSL (100°, 100%, 90%). Known for evoking purity and simplicity, this very light tint is a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DDFFCC is #EECCFF, creating high-contrast pairings. For softer combinations, try analogous colors like #F7FFCC.

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

Contrast with #DDFFCC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDFFCC?

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

What is the RGB value of #DDFFCC?

#DDFFCC in RGB is (221, 255, 204) - 221 red, 255 green, and 204 blue.

How to use #DDFFCC in CSS?

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

What colors go well with #DDFFCC?

#EECCFF (complementary), #F7FFCC (analogous), and #AAFF80 (lighter shade) work well with #DDFFCC.