Shades of Pale Leaf #C8D6A4
Tints of Pale Leaf #C8D6A4
RGB
CMYK
RGB Variations
Color information
#C8D6A4 (or 0xC8D6A4) is known color: Pale Leaf. HEX triplet: C8, D6 and A4. RGB value is (200,214,164). Sum of RGB (Red+Green+Blue) = 200+214+164=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6A4 is #37295B. Grayscale: #CCCCCC. Windows color (decimal): -3615068 or 10802888. OLE color: 10802888.
HSL color Cylindrical-coordinate representation of color #C8D6A4: hue angle of 76.8º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8D6A4 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 164 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.16 |
| HSL | 76.8º | 0.38% | 0.74% | - |
| HSV(B) | 76.8º | 0.23% | 0.84% | - |
| XYZ | 54.57 | 63.05 | 44.42 | - |
| YUV | 204.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 164 | 0.07 | 0 | 0.23 | 0.16 | 76.8 | 0.38 | 0.74 |
| Hex | C8 | D6 | A4 | 7 | 0 | 17 | 10 | 4D | 26 | 4A |
| Octal | 310 | 326 | 244 | 7 | 0 | 27 | 20 | 115 | 46 | 112 |
| Binary | 11001000 | 11010110 | 10100100 | 111 | 0 | 10111 | 10000 | 1001101 | 100110 | 1001010 |
Color Harmonies of #C8D6A4
Complementary color
Monochromatic Colors of #C8D6A4
Black with #C8D6A4
Text Example
Text Example
White with #C8D6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6A4; }
p { color: rgb(200,214,164); }
H1.HeaderClassName
{
color: #C8D6A4;
}
.AnyTagClassName
{
color: #C8D6A4;
}
</style>
background-color css
<style>
a { background-color: #C8D6A4; }
a { background-color: rgb(200,214,164); }
div.DivClassName
{
background-color: #C8D6A4;
}
.BgClassName
{
background-color: #C8D6A4;
}
</style>
border-color css
<style>
span { border-color: #C8D6A4; }
span { border-color: rgb(200,214,164); }
td.TdClassName
{
border-color: #C8D6A4;
}
.TagClassName
{
border-color: #C8D6A4;
}
</style>