Shades of Pale Leaf #CCD9A8
Tints of Pale Leaf #CCD9A8
RGB
CMYK
RGB Variations
Color information
#CCD9A8 (or 0xCCD9A8) is known color: Pale Leaf. HEX triplet: CC, D9 and A8. RGB value is (204,217,168). Sum of RGB (Red+Green+Blue) = 204+217+168=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9A8 is #332657. Grayscale: #CFCFCF. Windows color (decimal): -3352152 or 11065804. OLE color: 11065804.
HSL color Cylindrical-coordinate representation of color #CCD9A8: hue angle of 75.92º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCD9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 168 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 75.92º | 0.39% | 0.75% | - |
| HSV(B) | 75.92º | 0.23% | 0.85% | - |
| XYZ | 56.78 | 65.29 | 46.66 | - |
| YUV | 207.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 168 | 0.06 | 0 | 0.23 | 0.15 | 75.92 | 0.39 | 0.75 |
| Hex | CC | D9 | A8 | 6 | 0 | 17 | F | 4C | 27 | 4B |
| Octal | 314 | 331 | 250 | 6 | 0 | 27 | 17 | 114 | 47 | 113 |
| Binary | 11001100 | 11011001 | 10101000 | 110 | 0 | 10111 | 1111 | 1001100 | 100111 | 1001011 |
Color Harmonies of #CCD9A8
Complementary color
Monochromatic Colors of #CCD9A8
Black with #CCD9A8
Text Example
Text Example
White with #CCD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9A8; }
p { color: rgb(204,217,168); }
H1.HeaderClassName
{
color: #CCD9A8;
}
.AnyTagClassName
{
color: #CCD9A8;
}
</style>
background-color css
<style>
a { background-color: #CCD9A8; }
a { background-color: rgb(204,217,168); }
div.DivClassName
{
background-color: #CCD9A8;
}
.BgClassName
{
background-color: #CCD9A8;
}
</style>
border-color css
<style>
span { border-color: #CCD9A8; }
span { border-color: rgb(204,217,168); }
td.TdClassName
{
border-color: #CCD9A8;
}
.TagClassName
{
border-color: #CCD9A8;
}
</style>