#CCDBB6
A light, moderate green closely aligning with Lightgoldenrodyellow.
About #CCDBB6
Visually, #CCDBB6 is defined as a moderate green. It is closely associated with the named CSS color Lightgoldenrodyellow. In the RGB color space, it consists of 204 red, 219 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 7% Cyan, 0% Magenta, 17% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCDBB6
RGB204, 219, 182
HSL84.3°, 33.9%, 78.6%
CMYK7%, 0%, 17%, 14%
HSV84.3°, 16.9%, 85.9%
LAB85.4, -11.5, 16.5
XYZ58.7, 66.9, 54.1
Decimal13425590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.38:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBB6;
}
.text-color {
color: #CCDBB6;
}
.border-color {
border: 2px solid #CCDBB6;
}