Shades of Pale Leaf #C7D4AB
Tints of Pale Leaf #C7D4AB
RGB
CMYK
RGB Variations
Color information
#C7D4AB (or 0xC7D4AB) is known color: Pale Leaf. HEX triplet: C7, D4 and AB. RGB value is (199,212,171). Sum of RGB (Red+Green+Blue) = 199+212+171=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D4AB is #382B54. Grayscale: #CBCBCB. Windows color (decimal): -3681109 or 11261127. OLE color: 11261127.
HSL color Cylindrical-coordinate representation of color #C7D4AB: hue angle of 79.02º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7D4AB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 171 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.17 |
| HSL | 79.02º | 0.32% | 0.75% | - |
| HSV(B) | 79.02º | 0.19% | 0.83% | - |
| XYZ | 54.45 | 62.17 | 47.66 | - |
| YUV | 203.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 171 | 0.06 | 0 | 0.19 | 0.17 | 79.02 | 0.32 | 0.75 |
| Hex | C7 | D4 | AB | 6 | 0 | 13 | 11 | 4F | 20 | 4B |
| Octal | 307 | 324 | 253 | 6 | 0 | 23 | 21 | 117 | 40 | 113 |
| Binary | 11000111 | 11010100 | 10101011 | 110 | 0 | 10011 | 10001 | 1001111 | 100000 | 1001011 |
Color Harmonies of #C7D4AB
Complementary color
Monochromatic Colors of #C7D4AB
Black with #C7D4AB
Text Example
Text Example
White with #C7D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4AB; }
p { color: rgb(199,212,171); }
H1.HeaderClassName
{
color: #C7D4AB;
}
.AnyTagClassName
{
color: #C7D4AB;
}
</style>
background-color css
<style>
a { background-color: #C7D4AB; }
a { background-color: rgb(199,212,171); }
div.DivClassName
{
background-color: #C7D4AB;
}
.BgClassName
{
background-color: #C7D4AB;
}
</style>
border-color css
<style>
span { border-color: #C7D4AB; }
span { border-color: rgb(199,212,171); }
td.TdClassName
{
border-color: #C7D4AB;
}
.TagClassName
{
border-color: #C7D4AB;
}
</style>