#CECCCC Color Information

Hex color code: #CECCCC

A delicate red shade, #CECCCC appears as (206, 204, 204) in RGB and (0°, 2%, 80%) in HSL. It is often used for branding and logos.

Try:
Color NameSilver
HEX
#CECCCC
RGB
206, 204, 204
HSL
0°, 2%, 80%
CMYK
0%, 1%, 1%, 19%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CECCCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

206, 204, 204

Red: 206 / Green: 204 / Blue: 204

HSL

0°, 2%, 80%

Hue: 0° / Saturation: 2% / Lightness: 80%

CMYK

0%, 1%, 1%, 19%

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

What color is #CECCCC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CECCCC to RGB:

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

HEX to HSL

Convert #CECCCC to HSL:

hsl(0, 2%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CECCCC to CMYK:

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

Color Meaning and Usage

#CECCCC is a light red color with RGB values of 206, 204, 204 and HSL of 0°, 2%, 80%. This desaturated neutral evokes balance and subtlety, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CECCCC is #CBCDCD, creating high-contrast pairings. For softer combinations, try analogous colors like #CDCBCC.

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

Contrast with #CECCCC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CECCCC?

#CECCCC is a light red color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CECCCC?

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

How to use #CECCCC in CSS?

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

What colors go well with #CECCCC?

#CBCDCD (complementary), #CDCBCC (analogous), and #A8A4A4 (lighter shade) work well with #CECCCC.