Shades of Pale Leaf #C5D1AD
Tints of Pale Leaf #C5D1AD
RGB
CMYK
RGB Variations
Color information
#C5D1AD (or 0xC5D1AD) is known color: Pale Leaf. HEX triplet: C5, D1 and AD. RGB value is (197,209,173). Sum of RGB (Red+Green+Blue) = 197+209+173=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D1AD is #3A2E52. Grayscale: #C9C9C9. Windows color (decimal): -3812947 or 11391429. OLE color: 11391429.
HSL color Cylindrical-coordinate representation of color #C5D1AD: hue angle of 80º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D1AD is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 173 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.18 |
| HSL | 80º | 0.28% | 0.75% | - |
| HSV(B) | 80º | 0.17% | 0.82% | - |
| XYZ | 53.37 | 60.49 | 48.4 | - |
| YUV | 201.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 173 | 0.06 | 0 | 0.17 | 0.18 | 80 | 0.28 | 0.75 |
| Hex | C5 | D1 | AD | 6 | 0 | 11 | 12 | 50 | 1C | 4B |
| Octal | 305 | 321 | 255 | 6 | 0 | 21 | 22 | 120 | 34 | 113 |
| Binary | 11000101 | 11010001 | 10101101 | 110 | 0 | 10001 | 10010 | 1010000 | 11100 | 1001011 |
Color Harmonies of #C5D1AD
Complementary color
Monochromatic Colors of #C5D1AD
Black with #C5D1AD
Text Example
Text Example
White with #C5D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1AD; }
p { color: rgb(197,209,173); }
H1.HeaderClassName
{
color: #C5D1AD;
}
.AnyTagClassName
{
color: #C5D1AD;
}
</style>
background-color css
<style>
a { background-color: #C5D1AD; }
a { background-color: rgb(197,209,173); }
div.DivClassName
{
background-color: #C5D1AD;
}
.BgClassName
{
background-color: #C5D1AD;
}
</style>
border-color css
<style>
span { border-color: #C5D1AD; }
span { border-color: rgb(197,209,173); }
td.TdClassName
{
border-color: #C5D1AD;
}
.TagClassName
{
border-color: #C5D1AD;
}
</style>