Shades of Pale Leaf #C2D2AA
Tints of Pale Leaf #C2D2AA
RGB
CMYK
RGB Variations
Color information
#C2D2AA (or 0xC2D2AA) is known color: Pale Leaf. HEX triplet: C2, D2 and AA. RGB value is (194,210,170). Sum of RGB (Red+Green+Blue) = 194+210+170=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D2AA is #3D2D55. Grayscale: #C8C8C8. Windows color (decimal): -4009302 or 11195074. OLE color: 11195074.
HSL color Cylindrical-coordinate representation of color #C2D2AA: hue angle of 84º 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 #C2D2AA is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 170 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.18 |
| HSL | 84º | 0.31% | 0.75% | - |
| HSV(B) | 84º | 0.19% | 0.82% | - |
| XYZ | 52.55 | 60.46 | 46.93 | - |
| YUV | 200.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 170 | 0.08 | 0 | 0.19 | 0.18 | 84 | 0.31 | 0.75 |
| Hex | C2 | D2 | AA | 8 | 0 | 13 | 12 | 54 | 1F | 4B |
| Octal | 302 | 322 | 252 | 10 | 0 | 23 | 22 | 124 | 37 | 113 |
| Binary | 11000010 | 11010010 | 10101010 | 1000 | 0 | 10011 | 10010 | 1010100 | 11111 | 1001011 |
Color Harmonies of #C2D2AA
Complementary color
Monochromatic Colors of #C2D2AA
Black with #C2D2AA
Text Example
Text Example
White with #C2D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2AA; }
p { color: rgb(194,210,170); }
H1.HeaderClassName
{
color: #C2D2AA;
}
.AnyTagClassName
{
color: #C2D2AA;
}
</style>
background-color css
<style>
a { background-color: #C2D2AA; }
a { background-color: rgb(194,210,170); }
div.DivClassName
{
background-color: #C2D2AA;
}
.BgClassName
{
background-color: #C2D2AA;
}
</style>
border-color css
<style>
span { border-color: #C2D2AA; }
span { border-color: rgb(194,210,170); }
td.TdClassName
{
border-color: #C2D2AA;
}
.TagClassName
{
border-color: #C2D2AA;
}
</style>