Shades of Pale Leaf #C7D4AD
Tints of Pale Leaf #C7D4AD
RGB
CMYK
RGB Variations
Color information
#C7D4AD (or 0xC7D4AD) is known color: Pale Leaf. HEX triplet: C7, D4 and AD. RGB value is (199,212,173). Sum of RGB (Red+Green+Blue) = 199+212+173=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D4AD is #382B52. Grayscale: #CBCBCB. Windows color (decimal): -3681107 or 11392199. OLE color: 11392199.
HSL color Cylindrical-coordinate representation of color #C7D4AD: hue angle of 80º 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 #C7D4AD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 173 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.17 |
| HSL | 80º | 0.31% | 0.75% | - |
| HSV(B) | 80º | 0.18% | 0.83% | - |
| XYZ | 54.64 | 62.25 | 48.67 | - |
| YUV | 203.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 173 | 0.06 | 0 | 0.18 | 0.17 | 80 | 0.31 | 0.75 |
| Hex | C7 | D4 | AD | 6 | 0 | 12 | 11 | 50 | 1F | 4B |
| Octal | 307 | 324 | 255 | 6 | 0 | 22 | 21 | 120 | 37 | 113 |
| Binary | 11000111 | 11010100 | 10101101 | 110 | 0 | 10010 | 10001 | 1010000 | 11111 | 1001011 |
Color Harmonies of #C7D4AD
Complementary color
Monochromatic Colors of #C7D4AD
Black with #C7D4AD
Text Example
Text Example
White with #C7D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4AD; }
p { color: rgb(199,212,173); }
H1.HeaderClassName
{
color: #C7D4AD;
}
.AnyTagClassName
{
color: #C7D4AD;
}
</style>
background-color css
<style>
a { background-color: #C7D4AD; }
a { background-color: rgb(199,212,173); }
div.DivClassName
{
background-color: #C7D4AD;
}
.BgClassName
{
background-color: #C7D4AD;
}
</style>
border-color css
<style>
span { border-color: #C7D4AD; }
span { border-color: rgb(199,212,173); }
td.TdClassName
{
border-color: #C7D4AD;
}
.TagClassName
{
border-color: #C7D4AD;
}
</style>