Shades of Pale Leaf #C7D9AD
Tints of Pale Leaf #C7D9AD
RGB
CMYK
RGB Variations
Color information
#C7D9AD (or 0xC7D9AD) is known color: Pale Leaf. HEX triplet: C7, D9 and AD. RGB value is (199,217,173). Sum of RGB (Red+Green+Blue) = 199+217+173=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D9AD is #382652. Grayscale: #CECECE. Windows color (decimal): -3679827 or 11393479. OLE color: 11393479.
HSL color Cylindrical-coordinate representation of color #C7D9AD: hue angle of 84.55º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7D9AD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 173 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.15 |
| HSL | 84.55º | 0.37% | 0.76% | - |
| HSV(B) | 84.55º | 0.2% | 0.85% | - |
| XYZ | 55.91 | 64.78 | 49.09 | - |
| YUV | 206.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 173 | 0.08 | 0 | 0.20 | 0.15 | 84.55 | 0.37 | 0.76 |
| Hex | C7 | D9 | AD | 8 | 0 | 14 | F | 55 | 25 | 4C |
| Octal | 307 | 331 | 255 | 10 | 0 | 24 | 17 | 125 | 45 | 114 |
| Binary | 11000111 | 11011001 | 10101101 | 1000 | 0 | 10100 | 1111 | 1010101 | 100101 | 1001100 |
Color Harmonies of #C7D9AD
Complementary color
Monochromatic Colors of #C7D9AD
Black with #C7D9AD
Text Example
Text Example
White with #C7D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9AD; }
p { color: rgb(199,217,173); }
H1.HeaderClassName
{
color: #C7D9AD;
}
.AnyTagClassName
{
color: #C7D9AD;
}
</style>
background-color css
<style>
a { background-color: #C7D9AD; }
a { background-color: rgb(199,217,173); }
div.DivClassName
{
background-color: #C7D9AD;
}
.BgClassName
{
background-color: #C7D9AD;
}
</style>
border-color css
<style>
span { border-color: #C7D9AD; }
span { border-color: rgb(199,217,173); }
td.TdClassName
{
border-color: #C7D9AD;
}
.TagClassName
{
border-color: #C7D9AD;
}
</style>