Shades of Pale Leaf #C7D9A3
Tints of Pale Leaf #C7D9A3
RGB
CMYK
RGB Variations
Color information
#C7D9A3 (or 0xC7D9A3) is known color: Pale Leaf. HEX triplet: C7, D9 and A3. RGB value is (199,217,163). Sum of RGB (Red+Green+Blue) = 199+217+163=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D9A3 is #38265C. Grayscale: #CDCDCD. Windows color (decimal): -3679837 or 10738119. OLE color: 10738119.
HSL color Cylindrical-coordinate representation of color #C7D9A3: hue angle of 80º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7D9A3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 163 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.15 |
| HSL | 80º | 0.42% | 0.75% | - |
| HSV(B) | 80º | 0.25% | 0.85% | - |
| XYZ | 54.98 | 64.41 | 44.19 | - |
| YUV | 205.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 163 | 0.08 | 0 | 0.25 | 0.15 | 80 | 0.42 | 0.75 |
| Hex | C7 | D9 | A3 | 8 | 0 | 19 | F | 50 | 2A | 4B |
| Octal | 307 | 331 | 243 | 10 | 0 | 31 | 17 | 120 | 52 | 113 |
| Binary | 11000111 | 11011001 | 10100011 | 1000 | 0 | 11001 | 1111 | 1010000 | 101010 | 1001011 |
Color Harmonies of #C7D9A3
Complementary color
Monochromatic Colors of #C7D9A3
Black with #C7D9A3
Text Example
Text Example
White with #C7D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9A3; }
p { color: rgb(199,217,163); }
H1.HeaderClassName
{
color: #C7D9A3;
}
.AnyTagClassName
{
color: #C7D9A3;
}
</style>
background-color css
<style>
a { background-color: #C7D9A3; }
a { background-color: rgb(199,217,163); }
div.DivClassName
{
background-color: #C7D9A3;
}
.BgClassName
{
background-color: #C7D9A3;
}
</style>
border-color css
<style>
span { border-color: #C7D9A3; }
span { border-color: rgb(199,217,163); }
td.TdClassName
{
border-color: #C7D9A3;
}
.TagClassName
{
border-color: #C7D9A3;
}
</style>