Shades of Pale Leaf #C9D7A8
Tints of Pale Leaf #C9D7A8
RGB
CMYK
RGB Variations
Color information
#C9D7A8 (or 0xC9D7A8) is known color: Pale Leaf. HEX triplet: C9, D7 and A8. RGB value is (201,215,168). Sum of RGB (Red+Green+Blue) = 201+215+168=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D7A8 is #362857. Grayscale: #CDCDCD. Windows color (decimal): -3549272 or 11065289. OLE color: 11065289.
HSL color Cylindrical-coordinate representation of color #C9D7A8: hue angle of 77.87º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9D7A8 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 168 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.16 |
| HSL | 77.87º | 0.37% | 0.75% | - |
| HSV(B) | 77.87º | 0.22% | 0.84% | - |
| XYZ | 55.46 | 63.85 | 46.45 | - |
| YUV | 205.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 168 | 0.07 | 0 | 0.22 | 0.16 | 77.87 | 0.37 | 0.75 |
| Hex | C9 | D7 | A8 | 7 | 0 | 16 | 10 | 4E | 25 | 4B |
| Octal | 311 | 327 | 250 | 7 | 0 | 26 | 20 | 116 | 45 | 113 |
| Binary | 11001001 | 11010111 | 10101000 | 111 | 0 | 10110 | 10000 | 1001110 | 100101 | 1001011 |
Color Harmonies of #C9D7A8
Complementary color
Monochromatic Colors of #C9D7A8
Black with #C9D7A8
Text Example
Text Example
White with #C9D7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7A8; }
p { color: rgb(201,215,168); }
H1.HeaderClassName
{
color: #C9D7A8;
}
.AnyTagClassName
{
color: #C9D7A8;
}
</style>
background-color css
<style>
a { background-color: #C9D7A8; }
a { background-color: rgb(201,215,168); }
div.DivClassName
{
background-color: #C9D7A8;
}
.BgClassName
{
background-color: #C9D7A8;
}
</style>
border-color css
<style>
span { border-color: #C9D7A8; }
span { border-color: rgb(201,215,168); }
td.TdClassName
{
border-color: #C9D7A8;
}
.TagClassName
{
border-color: #C9D7A8;
}
</style>