Shades of Pale Leaf #C5D2AA
Tints of Pale Leaf #C5D2AA
RGB
CMYK
RGB Variations
Color information
#C5D2AA (or 0xC5D2AA) is known color: Pale Leaf. HEX triplet: C5, D2 and AA. RGB value is (197,210,170). Sum of RGB (Red+Green+Blue) = 197+210+170=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D2AA is #3A2D55. Grayscale: #C9C9C9. Windows color (decimal): -3812694 or 11195077. OLE color: 11195077.
HSL color Cylindrical-coordinate representation of color #C5D2AA: hue angle of 79.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D2AA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 170 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.18 |
| HSL | 79.5º | 0.31% | 0.75% | - |
| HSV(B) | 79.5º | 0.19% | 0.82% | - |
| XYZ | 53.33 | 60.87 | 46.97 | - |
| YUV | 201.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 170 | 0.06 | 0 | 0.19 | 0.18 | 79.5 | 0.31 | 0.75 |
| Hex | C5 | D2 | AA | 6 | 0 | 13 | 12 | 50 | 1F | 4B |
| Octal | 305 | 322 | 252 | 6 | 0 | 23 | 22 | 120 | 37 | 113 |
| Binary | 11000101 | 11010010 | 10101010 | 110 | 0 | 10011 | 10010 | 1010000 | 11111 | 1001011 |
Color Harmonies of #C5D2AA
Complementary color
Monochromatic Colors of #C5D2AA
Black with #C5D2AA
Text Example
Text Example
White with #C5D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2AA; }
p { color: rgb(197,210,170); }
H1.HeaderClassName
{
color: #C5D2AA;
}
.AnyTagClassName
{
color: #C5D2AA;
}
</style>
background-color css
<style>
a { background-color: #C5D2AA; }
a { background-color: rgb(197,210,170); }
div.DivClassName
{
background-color: #C5D2AA;
}
.BgClassName
{
background-color: #C5D2AA;
}
</style>
border-color css
<style>
span { border-color: #C5D2AA; }
span { border-color: rgb(197,210,170); }
td.TdClassName
{
border-color: #C5D2AA;
}
.TagClassName
{
border-color: #C5D2AA;
}
</style>