#CEDCCB Color Information

Hex color code: #CEDCCB

A light green shade, #CEDCCB appears as (206, 220, 203) in RGB and (109°, 20%, 83%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#CEDCCB
RGB
206, 220, 203
HSL
109°, 20%, 83%
CMYK
6%, 0%, 8%, 14%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CEDCCB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

206, 220, 203

Red: 206 / Green: 220 / Blue: 203

HSL

109°, 20%, 83%

Hue: 109° / Saturation: 20% / Lightness: 83%

CMYK

6%, 0%, 8%, 14%

Cyan: 6% / Magenta: 0% / Yellow: 8% / Key: 14%

What color is #CEDCCB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CEDCCB to RGB:

rgb(206, 220, 203)HEX to RGB Converter →

HEX to HSL

Convert #CEDCCB to HSL:

hsl(109, 20%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #CEDCCB to CMYK:

cmyk(6%, 0%, 8%, 14%)Color Converter →

Color Meaning and Usage

#CEDCCB is a light green color with RGB values of 206, 220, 203 and HSL of 109°, 20%, 83%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CEDCCB is #D9CBDC, creating high-contrast pairings. For softer combinations, try analogous colors like #D7DCCB.

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

Contrast with #CEDCCB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CEDCCB?

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

What is the RGB value of #CEDCCB?

#CEDCCB in RGB is (206, 220, 203) - 206 red, 220 green, and 203 blue.

How to use #CEDCCB in CSS?

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

What colors go well with #CEDCCB?

#D9CBDC (complementary), #D7DCCB (analogous), and #A3BE9D (lighter shade) work well with #CEDCCB.