Shades of Pale Leaf #C8DA9E
Tints of Pale Leaf #C8DA9E
RGB
CMYK
RGB Variations
Color information
#C8DA9E (or 0xC8DA9E) is known color: Pale Leaf. HEX triplet: C8, DA and 9E. RGB value is (200,218,158). Sum of RGB (Red+Green+Blue) = 200+218+158=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA9E is #372561. Grayscale: #CECECE. Windows color (decimal): -3614050 or 10410696. OLE color: 10410696.
HSL color Cylindrical-coordinate representation of color #C8DA9E: hue angle of 78º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8DA9E is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 158 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.15 |
| HSL | 78º | 0.45% | 0.74% | - |
| HSV(B) | 78º | 0.28% | 0.85% | - |
| XYZ | 55.06 | 64.89 | 41.97 | - |
| YUV | 205.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 158 | 0.08 | 0 | 0.28 | 0.15 | 78 | 0.45 | 0.74 |
| Hex | C8 | DA | 9E | 8 | 0 | 1C | F | 4E | 2D | 4A |
| Octal | 310 | 332 | 236 | 10 | 0 | 34 | 17 | 116 | 55 | 112 |
| Binary | 11001000 | 11011010 | 10011110 | 1000 | 0 | 11100 | 1111 | 1001110 | 101101 | 1001010 |
Color Harmonies of #C8DA9E
Complementary color
Monochromatic Colors of #C8DA9E
Black with #C8DA9E
Text Example
Text Example
White with #C8DA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA9E; }
p { color: rgb(200,218,158); }
H1.HeaderClassName
{
color: #C8DA9E;
}
.AnyTagClassName
{
color: #C8DA9E;
}
</style>
background-color css
<style>
a { background-color: #C8DA9E; }
a { background-color: rgb(200,218,158); }
div.DivClassName
{
background-color: #C8DA9E;
}
.BgClassName
{
background-color: #C8DA9E;
}
</style>
border-color css
<style>
span { border-color: #C8DA9E; }
span { border-color: rgb(200,218,158); }
td.TdClassName
{
border-color: #C8DA9E;
}
.TagClassName
{
border-color: #C8DA9E;
}
</style>