Shades of Pale Leaf #C8D5AD
Tints of Pale Leaf #C8D5AD
RGB
CMYK
RGB Variations
Color information
#C8D5AD (or 0xC8D5AD) is known color: Pale Leaf. HEX triplet: C8, D5 and AD. RGB value is (200,213,173). Sum of RGB (Red+Green+Blue) = 200+213+173=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D5AD is #372A52. Grayscale: #CCCCCC. Windows color (decimal): -3615315 or 11392456. OLE color: 11392456.
HSL color Cylindrical-coordinate representation of color #C8D5AD: hue angle of 79.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D5AD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 173 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.16 |
| HSL | 79.5º | 0.32% | 0.76% | - |
| HSV(B) | 79.5º | 0.19% | 0.84% | - |
| XYZ | 55.16 | 62.88 | 48.77 | - |
| YUV | 204.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 173 | 0.06 | 0 | 0.19 | 0.16 | 79.5 | 0.32 | 0.76 |
| Hex | C8 | D5 | AD | 6 | 0 | 13 | 10 | 50 | 20 | 4C |
| Octal | 310 | 325 | 255 | 6 | 0 | 23 | 20 | 120 | 40 | 114 |
| Binary | 11001000 | 11010101 | 10101101 | 110 | 0 | 10011 | 10000 | 1010000 | 100000 | 1001100 |
Color Harmonies of #C8D5AD
Complementary color
Monochromatic Colors of #C8D5AD
Black with #C8D5AD
Text Example
Text Example
White with #C8D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5AD; }
p { color: rgb(200,213,173); }
H1.HeaderClassName
{
color: #C8D5AD;
}
.AnyTagClassName
{
color: #C8D5AD;
}
</style>
background-color css
<style>
a { background-color: #C8D5AD; }
a { background-color: rgb(200,213,173); }
div.DivClassName
{
background-color: #C8D5AD;
}
.BgClassName
{
background-color: #C8D5AD;
}
</style>
border-color css
<style>
span { border-color: #C8D5AD; }
span { border-color: rgb(200,213,173); }
td.TdClassName
{
border-color: #C8D5AD;
}
.TagClassName
{
border-color: #C8D5AD;
}
</style>