Shades of Pale Leaf #C2D2AD
Tints of Pale Leaf #C2D2AD
RGB
CMYK
RGB Variations
Color information
#C2D2AD (or 0xC2D2AD) is known color: Pale Leaf. HEX triplet: C2, D2 and AD. RGB value is (194,210,173). Sum of RGB (Red+Green+Blue) = 194+210+173=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D2AD is #3D2D52. Grayscale: #C9C9C9. Windows color (decimal): -4009299 or 11391682. OLE color: 11391682.
HSL color Cylindrical-coordinate representation of color #C2D2AD: hue angle of 85.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D2AD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 173 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.18 |
| HSL | 85.95º | 0.29% | 0.75% | - |
| HSV(B) | 85.95º | 0.18% | 0.82% | - |
| XYZ | 52.84 | 60.58 | 48.44 | - |
| YUV | 201 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 173 | 0.08 | 0 | 0.18 | 0.18 | 85.95 | 0.29 | 0.75 |
| Hex | C2 | D2 | AD | 8 | 0 | 12 | 12 | 56 | 1D | 4B |
| Octal | 302 | 322 | 255 | 10 | 0 | 22 | 22 | 126 | 35 | 113 |
| Binary | 11000010 | 11010010 | 10101101 | 1000 | 0 | 10010 | 10010 | 1010110 | 11101 | 1001011 |
Color Harmonies of #C2D2AD
Complementary color
Monochromatic Colors of #C2D2AD
Black with #C2D2AD
Text Example
Text Example
White with #C2D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2AD; }
p { color: rgb(194,210,173); }
H1.HeaderClassName
{
color: #C2D2AD;
}
.AnyTagClassName
{
color: #C2D2AD;
}
</style>
background-color css
<style>
a { background-color: #C2D2AD; }
a { background-color: rgb(194,210,173); }
div.DivClassName
{
background-color: #C2D2AD;
}
.BgClassName
{
background-color: #C2D2AD;
}
</style>
border-color css
<style>
span { border-color: #C2D2AD; }
span { border-color: rgb(194,210,173); }
td.TdClassName
{
border-color: #C2D2AD;
}
.TagClassName
{
border-color: #C2D2AD;
}
</style>