Shades of Pale Leaf #C7D3AD
Tints of Pale Leaf #C7D3AD
RGB
CMYK
RGB Variations
Color information
#C7D3AD (or 0xC7D3AD) is known color: Pale Leaf. HEX triplet: C7, D3 and AD. RGB value is (199,211,173). Sum of RGB (Red+Green+Blue) = 199+211+173=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3AD is #382C52. Grayscale: #CBCBCB. Windows color (decimal): -3681363 or 11391943. OLE color: 11391943.
HSL color Cylindrical-coordinate representation of color #C7D3AD: hue angle of 78.95º degrees, saturation: 0.3, 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 #C7D3AD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 173 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.17 |
| HSL | 78.95º | 0.3% | 0.75% | - |
| HSV(B) | 78.95º | 0.18% | 0.83% | - |
| XYZ | 54.39 | 61.75 | 48.59 | - |
| YUV | 203.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 173 | 0.06 | 0 | 0.18 | 0.17 | 78.95 | 0.3 | 0.75 |
| Hex | C7 | D3 | AD | 6 | 0 | 12 | 11 | 4F | 1E | 4B |
| Octal | 307 | 323 | 255 | 6 | 0 | 22 | 21 | 117 | 36 | 113 |
| Binary | 11000111 | 11010011 | 10101101 | 110 | 0 | 10010 | 10001 | 1001111 | 11110 | 1001011 |
Color Harmonies of #C7D3AD
Complementary color
Monochromatic Colors of #C7D3AD
Black with #C7D3AD
Text Example
Text Example
White with #C7D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3AD; }
p { color: rgb(199,211,173); }
H1.HeaderClassName
{
color: #C7D3AD;
}
.AnyTagClassName
{
color: #C7D3AD;
}
</style>
background-color css
<style>
a { background-color: #C7D3AD; }
a { background-color: rgb(199,211,173); }
div.DivClassName
{
background-color: #C7D3AD;
}
.BgClassName
{
background-color: #C7D3AD;
}
</style>
border-color css
<style>
span { border-color: #C7D3AD; }
span { border-color: rgb(199,211,173); }
td.TdClassName
{
border-color: #C7D3AD;
}
.TagClassName
{
border-color: #C7D3AD;
}
</style>