Shades of Pale Leaf #CCD9A7
Tints of Pale Leaf #CCD9A7
RGB
CMYK
RGB Variations
Color information
#CCD9A7 (or 0xCCD9A7) is known color: Pale Leaf. HEX triplet: CC, D9 and A7. RGB value is (204,217,167). Sum of RGB (Red+Green+Blue) = 204+217+167=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9A7 is #332658. Grayscale: #CFCFCF. Windows color (decimal): -3352153 or 11000268. OLE color: 11000268.
HSL color Cylindrical-coordinate representation of color #CCD9A7: hue angle of 75.6º degrees, saturation: 0.4, 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 #CCD9A7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 167 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 75.6º | 0.4% | 0.75% | - |
| HSV(B) | 75.6º | 0.23% | 0.85% | - |
| XYZ | 56.69 | 65.25 | 46.17 | - |
| YUV | 207.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 167 | 0.06 | 0 | 0.23 | 0.15 | 75.6 | 0.4 | 0.75 |
| Hex | CC | D9 | A7 | 6 | 0 | 17 | F | 4C | 28 | 4B |
| Octal | 314 | 331 | 247 | 6 | 0 | 27 | 17 | 114 | 50 | 113 |
| Binary | 11001100 | 11011001 | 10100111 | 110 | 0 | 10111 | 1111 | 1001100 | 101000 | 1001011 |
Color Harmonies of #CCD9A7
Complementary color
Monochromatic Colors of #CCD9A7
Black with #CCD9A7
Text Example
Text Example
White with #CCD9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9A7; }
p { color: rgb(204,217,167); }
H1.HeaderClassName
{
color: #CCD9A7;
}
.AnyTagClassName
{
color: #CCD9A7;
}
</style>
background-color css
<style>
a { background-color: #CCD9A7; }
a { background-color: rgb(204,217,167); }
div.DivClassName
{
background-color: #CCD9A7;
}
.BgClassName
{
background-color: #CCD9A7;
}
</style>
border-color css
<style>
span { border-color: #CCD9A7; }
span { border-color: rgb(204,217,167); }
td.TdClassName
{
border-color: #CCD9A7;
}
.TagClassName
{
border-color: #CCD9A7;
}
</style>