Shades of Pale Leaf #C5D5AD
Tints of Pale Leaf #C5D5AD
RGB
CMYK
RGB Variations
Color information
#C5D5AD (or 0xC5D5AD) is known color: Pale Leaf. HEX triplet: C5, D5 and AD. RGB value is (197,213,173). Sum of RGB (Red+Green+Blue) = 197+213+173=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D5AD is #3A2A52. Grayscale: #CBCBCB. Windows color (decimal): -3811923 or 11392453. OLE color: 11392453.
HSL color Cylindrical-coordinate representation of color #C5D5AD: hue angle of 84º 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 #C5D5AD is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 173 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.16 |
| HSL | 84º | 0.32% | 0.76% | - |
| HSV(B) | 84º | 0.19% | 0.84% | - |
| XYZ | 54.36 | 62.48 | 48.73 | - |
| YUV | 203.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 173 | 0.08 | 0 | 0.19 | 0.16 | 84 | 0.32 | 0.76 |
| Hex | C5 | D5 | AD | 8 | 0 | 13 | 10 | 54 | 20 | 4C |
| Octal | 305 | 325 | 255 | 10 | 0 | 23 | 20 | 124 | 40 | 114 |
| Binary | 11000101 | 11010101 | 10101101 | 1000 | 0 | 10011 | 10000 | 1010100 | 100000 | 1001100 |
Color Harmonies of #C5D5AD
Complementary color
Monochromatic Colors of #C5D5AD
Black with #C5D5AD
Text Example
Text Example
White with #C5D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5AD; }
p { color: rgb(197,213,173); }
H1.HeaderClassName
{
color: #C5D5AD;
}
.AnyTagClassName
{
color: #C5D5AD;
}
</style>
background-color css
<style>
a { background-color: #C5D5AD; }
a { background-color: rgb(197,213,173); }
div.DivClassName
{
background-color: #C5D5AD;
}
.BgClassName
{
background-color: #C5D5AD;
}
</style>
border-color css
<style>
span { border-color: #C5D5AD; }
span { border-color: rgb(197,213,173); }
td.TdClassName
{
border-color: #C5D5AD;
}
.TagClassName
{
border-color: #C5D5AD;
}
</style>