Shades of Pale Leaf #C7D2AF
Tints of Pale Leaf #C7D2AF
RGB
CMYK
RGB Variations
Color information
#C7D2AF (or 0xC7D2AF) is known color: Pale Leaf. HEX triplet: C7, D2 and AF. RGB value is (199,210,175). Sum of RGB (Red+Green+Blue) = 199+210+175=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2AF is #382D50. Grayscale: #CACACA. Windows color (decimal): -3681617 or 11522759. OLE color: 11522759.
HSL color Cylindrical-coordinate representation of color #C7D2AF: hue angle of 78.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7D2AF is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 175 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.18 |
| HSL | 78.86º | 0.28% | 0.75% | - |
| HSV(B) | 78.86º | 0.17% | 0.82% | - |
| XYZ | 54.34 | 61.33 | 49.53 | - |
| YUV | 202.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 175 | 0.05 | 0 | 0.17 | 0.18 | 78.86 | 0.28 | 0.75 |
| Hex | C7 | D2 | AF | 5 | 0 | 11 | 12 | 4F | 1C | 4B |
| Octal | 307 | 322 | 257 | 5 | 0 | 21 | 22 | 117 | 34 | 113 |
| Binary | 11000111 | 11010010 | 10101111 | 101 | 0 | 10001 | 10010 | 1001111 | 11100 | 1001011 |
Color Harmonies of #C7D2AF
Complementary color
Monochromatic Colors of #C7D2AF
Black with #C7D2AF
Text Example
Text Example
White with #C7D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2AF; }
p { color: rgb(199,210,175); }
H1.HeaderClassName
{
color: #C7D2AF;
}
.AnyTagClassName
{
color: #C7D2AF;
}
</style>
background-color css
<style>
a { background-color: #C7D2AF; }
a { background-color: rgb(199,210,175); }
div.DivClassName
{
background-color: #C7D2AF;
}
.BgClassName
{
background-color: #C7D2AF;
}
</style>
border-color css
<style>
span { border-color: #C7D2AF; }
span { border-color: rgb(199,210,175); }
td.TdClassName
{
border-color: #C7D2AF;
}
.TagClassName
{
border-color: #C7D2AF;
}
</style>