Shades of Pale Leaf #C8D1A9
Tints of Pale Leaf #C8D1A9
RGB
CMYK
RGB Variations
Color information
#C8D1A9 (or 0xC8D1A9) is known color: Pale Leaf. HEX triplet: C8, D1 and A9. RGB value is (200,209,169). Sum of RGB (Red+Green+Blue) = 200+209+169=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D1A9 is #372E56. Grayscale: #C9C9C9. Windows color (decimal): -3616343 or 11129288. OLE color: 11129288.
HSL color Cylindrical-coordinate representation of color #C8D1A9: hue angle of 73.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D1A9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 169 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.18 |
| HSL | 73.5º | 0.3% | 0.74% | - |
| HSV(B) | 73.5º | 0.19% | 0.82% | - |
| XYZ | 53.78 | 60.74 | 46.43 | - |
| YUV | 201.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 169 | 0.04 | 0 | 0.19 | 0.18 | 73.5 | 0.3 | 0.74 |
| Hex | C8 | D1 | A9 | 4 | 0 | 13 | 12 | 4A | 1E | 4A |
| Octal | 310 | 321 | 251 | 4 | 0 | 23 | 22 | 112 | 36 | 112 |
| Binary | 11001000 | 11010001 | 10101001 | 100 | 0 | 10011 | 10010 | 1001010 | 11110 | 1001010 |
Color Harmonies of #C8D1A9
Complementary color
Monochromatic Colors of #C8D1A9
Black with #C8D1A9
Text Example
Text Example
White with #C8D1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1A9; }
p { color: rgb(200,209,169); }
H1.HeaderClassName
{
color: #C8D1A9;
}
.AnyTagClassName
{
color: #C8D1A9;
}
</style>
background-color css
<style>
a { background-color: #C8D1A9; }
a { background-color: rgb(200,209,169); }
div.DivClassName
{
background-color: #C8D1A9;
}
.BgClassName
{
background-color: #C8D1A9;
}
</style>
border-color css
<style>
span { border-color: #C8D1A9; }
span { border-color: rgb(200,209,169); }
td.TdClassName
{
border-color: #C8D1A9;
}
.TagClassName
{
border-color: #C8D1A9;
}
</style>