Shades of Pale Leaf #C4D4AD
Tints of Pale Leaf #C4D4AD
RGB
CMYK
RGB Variations
Color information
#C4D4AD (or 0xC4D4AD) is known color: Pale Leaf. HEX triplet: C4, D4 and AD. RGB value is (196,212,173). Sum of RGB (Red+Green+Blue) = 196+212+173=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D4AD is #3B2B52. Grayscale: #CACACA. Windows color (decimal): -3877715 or 11392196. OLE color: 11392196.
HSL color Cylindrical-coordinate representation of color #C4D4AD: hue angle of 84.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4D4AD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 173 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.17 |
| HSL | 84.62º | 0.31% | 0.75% | - |
| HSV(B) | 84.62º | 0.18% | 0.83% | - |
| XYZ | 53.85 | 61.84 | 48.63 | - |
| YUV | 202.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 173 | 0.08 | 0 | 0.18 | 0.17 | 84.62 | 0.31 | 0.75 |
| Hex | C4 | D4 | AD | 8 | 0 | 12 | 11 | 55 | 1F | 4B |
| Octal | 304 | 324 | 255 | 10 | 0 | 22 | 21 | 125 | 37 | 113 |
| Binary | 11000100 | 11010100 | 10101101 | 1000 | 0 | 10010 | 10001 | 1010101 | 11111 | 1001011 |
Color Harmonies of #C4D4AD
Complementary color
Monochromatic Colors of #C4D4AD
Black with #C4D4AD
Text Example
Text Example
White with #C4D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4AD; }
p { color: rgb(196,212,173); }
H1.HeaderClassName
{
color: #C4D4AD;
}
.AnyTagClassName
{
color: #C4D4AD;
}
</style>
background-color css
<style>
a { background-color: #C4D4AD; }
a { background-color: rgb(196,212,173); }
div.DivClassName
{
background-color: #C4D4AD;
}
.BgClassName
{
background-color: #C4D4AD;
}
</style>
border-color css
<style>
span { border-color: #C4D4AD; }
span { border-color: rgb(196,212,173); }
td.TdClassName
{
border-color: #C4D4AD;
}
.TagClassName
{
border-color: #C4D4AD;
}
</style>