Shades of Pale Leaf #C8D7AE
Tints of Pale Leaf #C8D7AE
RGB
CMYK
RGB Variations
Color information
#C8D7AE (or 0xC8D7AE) is known color: Pale Leaf. HEX triplet: C8, D7 and AE. RGB value is (200,215,174). Sum of RGB (Red+Green+Blue) = 200+215+174=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D7AE is #372851. Grayscale: #CDCDCD. Windows color (decimal): -3614802 or 11458504. OLE color: 11458504.
HSL color Cylindrical-coordinate representation of color #C8D7AE: hue angle of 81.95º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D7AE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 174 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.16 |
| HSL | 81.95º | 0.34% | 0.76% | - |
| HSV(B) | 81.95º | 0.19% | 0.84% | - |
| XYZ | 55.76 | 63.94 | 49.45 | - |
| YUV | 205.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 174 | 0.07 | 0 | 0.19 | 0.16 | 81.95 | 0.34 | 0.76 |
| Hex | C8 | D7 | AE | 7 | 0 | 13 | 10 | 52 | 22 | 4C |
| Octal | 310 | 327 | 256 | 7 | 0 | 23 | 20 | 122 | 42 | 114 |
| Binary | 11001000 | 11010111 | 10101110 | 111 | 0 | 10011 | 10000 | 1010010 | 100010 | 1001100 |
Color Harmonies of #C8D7AE
Complementary color
Monochromatic Colors of #C8D7AE
Black with #C8D7AE
Text Example
Text Example
White with #C8D7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7AE; }
p { color: rgb(200,215,174); }
H1.HeaderClassName
{
color: #C8D7AE;
}
.AnyTagClassName
{
color: #C8D7AE;
}
</style>
background-color css
<style>
a { background-color: #C8D7AE; }
a { background-color: rgb(200,215,174); }
div.DivClassName
{
background-color: #C8D7AE;
}
.BgClassName
{
background-color: #C8D7AE;
}
</style>
border-color css
<style>
span { border-color: #C8D7AE; }
span { border-color: rgb(200,215,174); }
td.TdClassName
{
border-color: #C8D7AE;
}
.TagClassName
{
border-color: #C8D7AE;
}
</style>