Shades of Pale Leaf #C7D69E
Tints of Pale Leaf #C7D69E
RGB
CMYK
RGB Variations
Color information
#C7D69E (or 0xC7D69E) is known color: Pale Leaf. HEX triplet: C7, D6 and 9E. RGB value is (199,214,158). Sum of RGB (Red+Green+Blue) = 199+214+158=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D69E is #382961. Grayscale: #CBCBCB. Windows color (decimal): -3680610 or 10409671. OLE color: 10409671.
HSL color Cylindrical-coordinate representation of color #C7D69E: hue angle of 76.07º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7D69E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 158 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.16 |
| HSL | 76.07º | 0.41% | 0.73% | - |
| HSV(B) | 76.07º | 0.26% | 0.84% | - |
| XYZ | 53.77 | 62.7 | 41.62 | - |
| YUV | 203.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 158 | 0.07 | 0 | 0.26 | 0.16 | 76.07 | 0.41 | 0.73 |
| Hex | C7 | D6 | 9E | 7 | 0 | 1A | 10 | 4C | 29 | 49 |
| Octal | 307 | 326 | 236 | 7 | 0 | 32 | 20 | 114 | 51 | 111 |
| Binary | 11000111 | 11010110 | 10011110 | 111 | 0 | 11010 | 10000 | 1001100 | 101001 | 1001001 |
Color Harmonies of #C7D69E
Complementary color
Monochromatic Colors of #C7D69E
Black with #C7D69E
Text Example
Text Example
White with #C7D69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D69E; }
p { color: rgb(199,214,158); }
H1.HeaderClassName
{
color: #C7D69E;
}
.AnyTagClassName
{
color: #C7D69E;
}
</style>
background-color css
<style>
a { background-color: #C7D69E; }
a { background-color: rgb(199,214,158); }
div.DivClassName
{
background-color: #C7D69E;
}
.BgClassName
{
background-color: #C7D69E;
}
</style>
border-color css
<style>
span { border-color: #C7D69E; }
span { border-color: rgb(199,214,158); }
td.TdClassName
{
border-color: #C7D69E;
}
.TagClassName
{
border-color: #C7D69E;
}
</style>