#CAEDDC Color Information

Hex color code: #CAEDDC

#CAEDDC is a light cyan color. In RGB it is (202, 237, 220), and in HSL it is (151°, 49%, 86%). It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#CAEDDC
RGB
202, 237, 220
HSL
151°, 49%, 86%
CMYK
15%, 0%, 7%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CAEDDC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 237, 220

Red: 202 / Green: 237 / Blue: 220

HSL

151°, 49%, 86%

Hue: 151° / Saturation: 49% / Lightness: 86%

CMYK

15%, 0%, 7%, 7%

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

What color is #CAEDDC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CAEDDC to RGB:

rgb(202, 237, 220)HEX to RGB Converter →

HEX to HSL

Convert #CAEDDC to HSL:

hsl(151, 49%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #CAEDDC to CMYK:

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

Color Meaning and Usage

#CAEDDC is a light cyan color with RGB values of 202, 237, 220 and HSL of 151°, 49%, 86%. 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 #CAEDDC is #EDCADB, creating high-contrast pairings. For softer combinations, try analogous colors like #CAEDCA.

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

Contrast with #CAEDDC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CAEDDC?

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

What is the RGB value of #CAEDDC?

#CAEDDC in RGB is (202, 237, 220) - 202 red, 237 green, and 220 blue.

How to use #CAEDDC in CSS?

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

What colors go well with #CAEDDC?

#EDCADB (complementary), #CAEDCA (analogous), and #91D9B6 (lighter shade) work well with #CAEDDC.