Shades of Pale Leaf #C4D1AD
Tints of Pale Leaf #C4D1AD
RGB
CMYK
RGB Variations
Color information
#C4D1AD (or 0xC4D1AD) is known color: Pale Leaf. HEX triplet: C4, D1 and AD. RGB value is (196,209,173). Sum of RGB (Red+Green+Blue) = 196+209+173=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D1AD is #3B2E52. Grayscale: #C9C9C9. Windows color (decimal): -3878483 or 11391428. OLE color: 11391428.
HSL color Cylindrical-coordinate representation of color #C4D1AD: hue angle of 81.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4D1AD is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 173 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.18 |
| HSL | 81.67º | 0.28% | 0.75% | - |
| HSV(B) | 81.67º | 0.17% | 0.82% | - |
| XYZ | 53.11 | 60.35 | 48.39 | - |
| YUV | 201.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 173 | 0.06 | 0 | 0.17 | 0.18 | 81.67 | 0.28 | 0.75 |
| Hex | C4 | D1 | AD | 6 | 0 | 11 | 12 | 52 | 1C | 4B |
| Octal | 304 | 321 | 255 | 6 | 0 | 21 | 22 | 122 | 34 | 113 |
| Binary | 11000100 | 11010001 | 10101101 | 110 | 0 | 10001 | 10010 | 1010010 | 11100 | 1001011 |
Color Harmonies of #C4D1AD
Complementary color
Monochromatic Colors of #C4D1AD
Black with #C4D1AD
Text Example
Text Example
White with #C4D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1AD; }
p { color: rgb(196,209,173); }
H1.HeaderClassName
{
color: #C4D1AD;
}
.AnyTagClassName
{
color: #C4D1AD;
}
</style>
background-color css
<style>
a { background-color: #C4D1AD; }
a { background-color: rgb(196,209,173); }
div.DivClassName
{
background-color: #C4D1AD;
}
.BgClassName
{
background-color: #C4D1AD;
}
</style>
border-color css
<style>
span { border-color: #C4D1AD; }
span { border-color: rgb(196,209,173); }
td.TdClassName
{
border-color: #C4D1AD;
}
.TagClassName
{
border-color: #C4D1AD;
}
</style>