Shades of Pale Leaf #C7D3AC
Tints of Pale Leaf #C7D3AC
RGB
CMYK
RGB Variations
Color information
#C7D3AC (or 0xC7D3AC) is known color: Pale Leaf. HEX triplet: C7, D3 and AC. RGB value is (199,211,172). Sum of RGB (Red+Green+Blue) = 199+211+172=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3AC is #382C53. Grayscale: #CBCBCB. Windows color (decimal): -3681364 or 11326407. OLE color: 11326407.
HSL color Cylindrical-coordinate representation of color #C7D3AC: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7D3AC is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 172 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.17 |
| HSL | 78.46º | 0.31% | 0.75% | - |
| HSV(B) | 78.46º | 0.18% | 0.83% | - |
| XYZ | 54.29 | 61.71 | 48.08 | - |
| YUV | 202.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 172 | 0.06 | 0 | 0.18 | 0.17 | 78.46 | 0.31 | 0.75 |
| Hex | C7 | D3 | AC | 6 | 0 | 12 | 11 | 4E | 1F | 4B |
| Octal | 307 | 323 | 254 | 6 | 0 | 22 | 21 | 116 | 37 | 113 |
| Binary | 11000111 | 11010011 | 10101100 | 110 | 0 | 10010 | 10001 | 1001110 | 11111 | 1001011 |
Color Harmonies of #C7D3AC
Complementary color
Monochromatic Colors of #C7D3AC
Black with #C7D3AC
Text Example
Text Example
White with #C7D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3AC; }
p { color: rgb(199,211,172); }
H1.HeaderClassName
{
color: #C7D3AC;
}
.AnyTagClassName
{
color: #C7D3AC;
}
</style>
background-color css
<style>
a { background-color: #C7D3AC; }
a { background-color: rgb(199,211,172); }
div.DivClassName
{
background-color: #C7D3AC;
}
.BgClassName
{
background-color: #C7D3AC;
}
</style>
border-color css
<style>
span { border-color: #C7D3AC; }
span { border-color: rgb(199,211,172); }
td.TdClassName
{
border-color: #C7D3AC;
}
.TagClassName
{
border-color: #C7D3AC;
}
</style>