Shades of Pale Leaf #CCDCAF
Tints of Pale Leaf #CCDCAF
RGB
CMYK
RGB Variations
Color information
#CCDCAF (or 0xCCDCAF) is known color: Pale Leaf. HEX triplet: CC, DC and AF. RGB value is (204,220,175). Sum of RGB (Red+Green+Blue) = 204+220+175=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCAF is #332350. Grayscale: #D2D2D2. Windows color (decimal): -3351377 or 11525324. OLE color: 11525324.
HSL color Cylindrical-coordinate representation of color #CCDCAF: hue angle of 81.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDCAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 175 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.14 |
| HSL | 81.33º | 0.39% | 0.77% | - |
| HSV(B) | 81.33º | 0.2% | 0.86% | - |
| XYZ | 58.23 | 67.12 | 50.44 | - |
| YUV | 210.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 175 | 0.07 | 0 | 0.20 | 0.14 | 81.33 | 0.39 | 0.77 |
| Hex | CC | DC | AF | 7 | 0 | 14 | E | 51 | 27 | 4D |
| Octal | 314 | 334 | 257 | 7 | 0 | 24 | 16 | 121 | 47 | 115 |
| Binary | 11001100 | 11011100 | 10101111 | 111 | 0 | 10100 | 1110 | 1010001 | 100111 | 1001101 |
Color Harmonies of #CCDCAF
Complementary color
Monochromatic Colors of #CCDCAF
Black with #CCDCAF
Text Example
Text Example
White with #CCDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCAF; }
p { color: rgb(204,220,175); }
H1.HeaderClassName
{
color: #CCDCAF;
}
.AnyTagClassName
{
color: #CCDCAF;
}
</style>
background-color css
<style>
a { background-color: #CCDCAF; }
a { background-color: rgb(204,220,175); }
div.DivClassName
{
background-color: #CCDCAF;
}
.BgClassName
{
background-color: #CCDCAF;
}
</style>
border-color css
<style>
span { border-color: #CCDCAF; }
span { border-color: rgb(204,220,175); }
td.TdClassName
{
border-color: #CCDCAF;
}
.TagClassName
{
border-color: #CCDCAF;
}
</style>