Shades of Pale Leaf #C7D2A9
Tints of Pale Leaf #C7D2A9
RGB
CMYK
RGB Variations
Color information
#C7D2A9 (or 0xC7D2A9) is known color: Pale Leaf. HEX triplet: C7, D2 and A9. RGB value is (199,210,169). Sum of RGB (Red+Green+Blue) = 199+210+169=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2A9 is #382D56. Grayscale: #CACACA. Windows color (decimal): -3681623 or 11129543. OLE color: 11129543.
HSL color Cylindrical-coordinate representation of color #C7D2A9: hue angle of 76.1º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7D2A9 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 169 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.18 |
| HSL | 76.1º | 0.31% | 0.74% | - |
| HSV(B) | 76.1º | 0.2% | 0.82% | - |
| XYZ | 53.76 | 61.1 | 46.5 | - |
| YUV | 202.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 169 | 0.05 | 0 | 0.20 | 0.18 | 76.1 | 0.31 | 0.74 |
| Hex | C7 | D2 | A9 | 5 | 0 | 14 | 12 | 4C | 1F | 4A |
| Octal | 307 | 322 | 251 | 5 | 0 | 24 | 22 | 114 | 37 | 112 |
| Binary | 11000111 | 11010010 | 10101001 | 101 | 0 | 10100 | 10010 | 1001100 | 11111 | 1001010 |
Color Harmonies of #C7D2A9
Complementary color
Monochromatic Colors of #C7D2A9
Black with #C7D2A9
Text Example
Text Example
White with #C7D2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2A9; }
p { color: rgb(199,210,169); }
H1.HeaderClassName
{
color: #C7D2A9;
}
.AnyTagClassName
{
color: #C7D2A9;
}
</style>
background-color css
<style>
a { background-color: #C7D2A9; }
a { background-color: rgb(199,210,169); }
div.DivClassName
{
background-color: #C7D2A9;
}
.BgClassName
{
background-color: #C7D2A9;
}
</style>
border-color css
<style>
span { border-color: #C7D2A9; }
span { border-color: rgb(199,210,169); }
td.TdClassName
{
border-color: #C7D2A9;
}
.TagClassName
{
border-color: #C7D2A9;
}
</style>