Shades of Pale Leaf #C8D8A4
Tints of Pale Leaf #C8D8A4
RGB
CMYK
RGB Variations
Color information
#C8D8A4 (or 0xC8D8A4) is known color: Pale Leaf. HEX triplet: C8, D8 and A4. RGB value is (200,216,164). Sum of RGB (Red+Green+Blue) = 200+216+164=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D8A4 is #37275B. Grayscale: #CDCDCD. Windows color (decimal): -3614556 or 10803400. OLE color: 10803400.
HSL color Cylindrical-coordinate representation of color #C8D8A4: hue angle of 78.46º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8D8A4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 164 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.15 |
| HSL | 78.46º | 0.4% | 0.75% | - |
| HSV(B) | 78.46º | 0.24% | 0.85% | - |
| XYZ | 55.08 | 64.07 | 44.59 | - |
| YUV | 205.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 164 | 0.07 | 0 | 0.24 | 0.15 | 78.46 | 0.4 | 0.75 |
| Hex | C8 | D8 | A4 | 7 | 0 | 18 | F | 4E | 28 | 4B |
| Octal | 310 | 330 | 244 | 7 | 0 | 30 | 17 | 116 | 50 | 113 |
| Binary | 11001000 | 11011000 | 10100100 | 111 | 0 | 11000 | 1111 | 1001110 | 101000 | 1001011 |
Color Harmonies of #C8D8A4
Complementary color
Monochromatic Colors of #C8D8A4
Black with #C8D8A4
Text Example
Text Example
White with #C8D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8A4; }
p { color: rgb(200,216,164); }
H1.HeaderClassName
{
color: #C8D8A4;
}
.AnyTagClassName
{
color: #C8D8A4;
}
</style>
background-color css
<style>
a { background-color: #C8D8A4; }
a { background-color: rgb(200,216,164); }
div.DivClassName
{
background-color: #C8D8A4;
}
.BgClassName
{
background-color: #C8D8A4;
}
</style>
border-color css
<style>
span { border-color: #C8D8A4; }
span { border-color: rgb(200,216,164); }
td.TdClassName
{
border-color: #C8D8A4;
}
.TagClassName
{
border-color: #C8D8A4;
}
</style>