#CCCDCC Color Information

Hex color code: #CCCDCC

A soft green shade, #CCCDCC appears as (204, 205, 204) in RGB and (120°, 1%, 80%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameSilver
HEX
#CCCDCC
RGB
204, 205, 204
HSL
120°, 1%, 80%
CMYK
0%, 0%, 0%, 20%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CCCDCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 205, 204

Red: 204 / Green: 205 / Blue: 204

HSL

120°, 1%, 80%

Hue: 120° / Saturation: 1% / Lightness: 80%

CMYK

0%, 0%, 0%, 20%

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

What color is #CCCDCC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCCDCC to RGB:

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

HEX to HSL

Convert #CCCDCC to HSL:

hsl(120, 1%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CCCDCC to CMYK:

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

Color Meaning and Usage

A airy green tone, #CCCDCC has RGB (204, 205, 204) and HSL (120°, 1%, 80%). Known for evoking balance and subtlety, this desaturated neutral is popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCCDCC is #CDCBCD, creating high-contrast pairings. For softer combinations, try analogous colors like #CCCDCB.

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

Contrast with #CCCDCC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCCDCC?

#CCCDCC is a airy green color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CCCDCC?

#CCCDCC in RGB is (204, 205, 204) - 204 red, 205 green, and 204 blue.

How to use #CCCDCC in CSS?

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

What colors go well with #CCCDCC?

#CDCBCD (complementary), #CCCDCB (analogous), and #A5A7A5 (lighter shade) work well with #CCCDCC.