Shades of Pale Leaf #C5D3AA
Tints of Pale Leaf #C5D3AA
RGB
CMYK
RGB Variations
Color information
#C5D3AA (or 0xC5D3AA) is known color: Pale Leaf. HEX triplet: C5, D3 and AA. RGB value is (197,211,170). Sum of RGB (Red+Green+Blue) = 197+211+170=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D3AA is #3A2C55. Grayscale: #CACACA. Windows color (decimal): -3812438 or 11195333. OLE color: 11195333.
HSL color Cylindrical-coordinate representation of color #C5D3AA: hue angle of 80.49º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D3AA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 170 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.17 |
| HSL | 80.49º | 0.32% | 0.75% | - |
| HSV(B) | 80.49º | 0.19% | 0.83% | - |
| XYZ | 53.58 | 61.36 | 47.05 | - |
| YUV | 202.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 170 | 0.07 | 0 | 0.19 | 0.17 | 80.49 | 0.32 | 0.75 |
| Hex | C5 | D3 | AA | 7 | 0 | 13 | 11 | 50 | 20 | 4B |
| Octal | 305 | 323 | 252 | 7 | 0 | 23 | 21 | 120 | 40 | 113 |
| Binary | 11000101 | 11010011 | 10101010 | 111 | 0 | 10011 | 10001 | 1010000 | 100000 | 1001011 |
Color Harmonies of #C5D3AA
Complementary color
Monochromatic Colors of #C5D3AA
Black with #C5D3AA
Text Example
Text Example
White with #C5D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3AA; }
p { color: rgb(197,211,170); }
H1.HeaderClassName
{
color: #C5D3AA;
}
.AnyTagClassName
{
color: #C5D3AA;
}
</style>
background-color css
<style>
a { background-color: #C5D3AA; }
a { background-color: rgb(197,211,170); }
div.DivClassName
{
background-color: #C5D3AA;
}
.BgClassName
{
background-color: #C5D3AA;
}
</style>
border-color css
<style>
span { border-color: #C5D3AA; }
span { border-color: rgb(197,211,170); }
td.TdClassName
{
border-color: #C5D3AA;
}
.TagClassName
{
border-color: #C5D3AA;
}
</style>