Shades of Pale Leaf #C8DAA9
Tints of Pale Leaf #C8DAA9
RGB
CMYK
RGB Variations
Color information
#C8DAA9 (or 0xC8DAA9) is known color: Pale Leaf. HEX triplet: C8, DA and A9. RGB value is (200,218,169). Sum of RGB (Red+Green+Blue) = 200+218+169=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA9 is #372556. Grayscale: #CFCFCF. Windows color (decimal): -3614039 or 11131592. OLE color: 11131592.
HSL color Cylindrical-coordinate representation of color #C8DAA9: hue angle of 82.04º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DAA9 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 169 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.15 |
| HSL | 82.04º | 0.4% | 0.76% | - |
| HSV(B) | 82.04º | 0.22% | 0.85% | - |
| XYZ | 56.05 | 65.29 | 47.18 | - |
| YUV | 207.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 169 | 0.08 | 0 | 0.22 | 0.15 | 82.04 | 0.4 | 0.76 |
| Hex | C8 | DA | A9 | 8 | 0 | 16 | F | 52 | 28 | 4C |
| Octal | 310 | 332 | 251 | 10 | 0 | 26 | 17 | 122 | 50 | 114 |
| Binary | 11001000 | 11011010 | 10101001 | 1000 | 0 | 10110 | 1111 | 1010010 | 101000 | 1001100 |
Color Harmonies of #C8DAA9
Complementary color
Monochromatic Colors of #C8DAA9
Black with #C8DAA9
Text Example
Text Example
White with #C8DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAA9; }
p { color: rgb(200,218,169); }
H1.HeaderClassName
{
color: #C8DAA9;
}
.AnyTagClassName
{
color: #C8DAA9;
}
</style>
background-color css
<style>
a { background-color: #C8DAA9; }
a { background-color: rgb(200,218,169); }
div.DivClassName
{
background-color: #C8DAA9;
}
.BgClassName
{
background-color: #C8DAA9;
}
</style>
border-color css
<style>
span { border-color: #C8DAA9; }
span { border-color: rgb(200,218,169); }
td.TdClassName
{
border-color: #C8DAA9;
}
.TagClassName
{
border-color: #C8DAA9;
}
</style>