#CECCCB Color Information

Hex color code: #CECCCB

The hex color #CECCCB is a light orange with RGB values of (206, 204, 203) and HSL of (20°, 3%, 80%). It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#CECCCB
RGB
206, 204, 203
HSL
20°, 3%, 80%
CMYK
0%, 1%, 1%, 19%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CECCCB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

206, 204, 203

Red: 206 / Green: 204 / Blue: 203

HSL

20°, 3%, 80%

Hue: 20° / Saturation: 3% / Lightness: 80%

CMYK

0%, 1%, 1%, 19%

Cyan: 0% / Magenta: 1% / Yellow: 1% / Key: 19%

What color is #CECCCB?

#CECCCB is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CECCCB to RGB:

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

HEX to HSL

Convert #CECCCB to HSL:

hsl(20, 3%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CECCCB to CMYK:

cmyk(0%, 1%, 1%, 19%)Color Converter →

Color Meaning and Usage

#CECCCB is a light orange color with RGB values of 206, 204, 203 and HSL of 20°, 3%, 80%. This desaturated neutral evokes balance and subtlety, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CECCCB is #CACDCE, creating high-contrast pairings. For softer combinations, try analogous colors like #CECACB.

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

Contrast with #CECCCB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CECCCB?

#CECCCB is a light orange color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CECCCB?

#CECCCB in RGB is (206, 204, 203) - 206 red, 204 green, and 203 blue.

How to use #CECCCB in CSS?

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

What colors go well with #CECCCB?

#CACDCE (complementary), #CECACB (analogous), and #A8A5A3 (lighter shade) work well with #CECCCB.