Shades of Pale Leaf #C8DA9D
Tints of Pale Leaf #C8DA9D
RGB
CMYK
RGB Variations
Color information
#C8DA9D (or 0xC8DA9D) is known color: Pale Leaf. HEX triplet: C8, DA and 9D. RGB value is (200,218,157). Sum of RGB (Red+Green+Blue) = 200+218+157=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA9D is #372562. Grayscale: #CDCDCD. Windows color (decimal): -3614051 or 10345160. OLE color: 10345160.
HSL color Cylindrical-coordinate representation of color #C8DA9D: hue angle of 77.7º 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 #C8DA9D is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 157 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.15 |
| HSL | 77.7º | 0.45% | 0.74% | - |
| HSV(B) | 77.7º | 0.28% | 0.85% | - |
| XYZ | 54.98 | 64.86 | 41.52 | - |
| YUV | 205.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 157 | 0.08 | 0 | 0.28 | 0.15 | 77.7 | 0.45 | 0.74 |
| Hex | C8 | DA | 9D | 8 | 0 | 1C | F | 4E | 2D | 4A |
| Octal | 310 | 332 | 235 | 10 | 0 | 34 | 17 | 116 | 55 | 112 |
| Binary | 11001000 | 11011010 | 10011101 | 1000 | 0 | 11100 | 1111 | 1001110 | 101101 | 1001010 |
Color Harmonies of #C8DA9D
Complementary color
Monochromatic Colors of #C8DA9D
Black with #C8DA9D
Text Example
Text Example
White with #C8DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA9D; }
p { color: rgb(200,218,157); }
H1.HeaderClassName
{
color: #C8DA9D;
}
.AnyTagClassName
{
color: #C8DA9D;
}
</style>
background-color css
<style>
a { background-color: #C8DA9D; }
a { background-color: rgb(200,218,157); }
div.DivClassName
{
background-color: #C8DA9D;
}
.BgClassName
{
background-color: #C8DA9D;
}
</style>
border-color css
<style>
span { border-color: #C8DA9D; }
span { border-color: rgb(200,218,157); }
td.TdClassName
{
border-color: #C8DA9D;
}
.TagClassName
{
border-color: #C8DA9D;
}
</style>