Shades of Pale Leaf #C4D2AA
Tints of Pale Leaf #C4D2AA
RGB
CMYK
RGB Variations
Color information
#C4D2AA (or 0xC4D2AA) is known color: Pale Leaf. HEX triplet: C4, D2 and AA. RGB value is (196,210,170). Sum of RGB (Red+Green+Blue) = 196+210+170=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D2AA is #3B2D55. Grayscale: #C9C9C9. Windows color (decimal): -3878230 or 11195076. OLE color: 11195076.
HSL color Cylindrical-coordinate representation of color #C4D2AA: hue angle of 81º 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 #C4D2AA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 170 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.18 |
| HSL | 81º | 0.31% | 0.75% | - |
| HSV(B) | 81º | 0.19% | 0.82% | - |
| XYZ | 53.07 | 60.73 | 46.96 | - |
| YUV | 201.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 170 | 0.07 | 0 | 0.19 | 0.18 | 81 | 0.31 | 0.75 |
| Hex | C4 | D2 | AA | 7 | 0 | 13 | 12 | 51 | 1F | 4B |
| Octal | 304 | 322 | 252 | 7 | 0 | 23 | 22 | 121 | 37 | 113 |
| Binary | 11000100 | 11010010 | 10101010 | 111 | 0 | 10011 | 10010 | 1010001 | 11111 | 1001011 |
Color Harmonies of #C4D2AA
Complementary color
Monochromatic Colors of #C4D2AA
Black with #C4D2AA
Text Example
Text Example
White with #C4D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2AA; }
p { color: rgb(196,210,170); }
H1.HeaderClassName
{
color: #C4D2AA;
}
.AnyTagClassName
{
color: #C4D2AA;
}
</style>
background-color css
<style>
a { background-color: #C4D2AA; }
a { background-color: rgb(196,210,170); }
div.DivClassName
{
background-color: #C4D2AA;
}
.BgClassName
{
background-color: #C4D2AA;
}
</style>
border-color css
<style>
span { border-color: #C4D2AA; }
span { border-color: rgb(196,210,170); }
td.TdClassName
{
border-color: #C4D2AA;
}
.TagClassName
{
border-color: #C4D2AA;
}
</style>