Shades of Pale Leaf #C4D2AB
Tints of Pale Leaf #C4D2AB
RGB
CMYK
RGB Variations
Color information
#C4D2AB (or 0xC4D2AB) is known color: Pale Leaf. HEX triplet: C4, D2 and AB. RGB value is (196,210,171). Sum of RGB (Red+Green+Blue) = 196+210+171=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D2AB is #3B2D54. Grayscale: #C9C9C9. Windows color (decimal): -3878229 or 11260612. OLE color: 11260612.
HSL color Cylindrical-coordinate representation of color #C4D2AB: hue angle of 81.54º degrees, saturation: 0.3, 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 #C4D2AB is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 171 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.18 |
| HSL | 81.54º | 0.3% | 0.75% | - |
| HSV(B) | 81.54º | 0.19% | 0.82% | - |
| XYZ | 53.16 | 60.77 | 47.46 | - |
| YUV | 201.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 171 | 0.07 | 0 | 0.19 | 0.18 | 81.54 | 0.3 | 0.75 |
| Hex | C4 | D2 | AB | 7 | 0 | 13 | 12 | 52 | 1E | 4B |
| Octal | 304 | 322 | 253 | 7 | 0 | 23 | 22 | 122 | 36 | 113 |
| Binary | 11000100 | 11010010 | 10101011 | 111 | 0 | 10011 | 10010 | 1010010 | 11110 | 1001011 |
Color Harmonies of #C4D2AB
Complementary color
Monochromatic Colors of #C4D2AB
Black with #C4D2AB
Text Example
Text Example
White with #C4D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2AB; }
p { color: rgb(196,210,171); }
H1.HeaderClassName
{
color: #C4D2AB;
}
.AnyTagClassName
{
color: #C4D2AB;
}
</style>
background-color css
<style>
a { background-color: #C4D2AB; }
a { background-color: rgb(196,210,171); }
div.DivClassName
{
background-color: #C4D2AB;
}
.BgClassName
{
background-color: #C4D2AB;
}
</style>
border-color css
<style>
span { border-color: #C4D2AB; }
span { border-color: rgb(196,210,171); }
td.TdClassName
{
border-color: #C4D2AB;
}
.TagClassName
{
border-color: #C4D2AB;
}
</style>