Shades of Pale Leaf #C7D4B3
Tints of Pale Leaf #C7D4B3
RGB
CMYK
RGB Variations
Color information
#C7D4B3 (or 0xC7D4B3) is known color: Pale Leaf. HEX triplet: C7, D4 and B3. RGB value is (199,212,179). Sum of RGB (Red+Green+Blue) = 199+212+179=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4B3 is #382B4C. Grayscale: #CCCCCC. Windows color (decimal): -3681101 or 11785415. OLE color: 11785415.
HSL color Cylindrical-coordinate representation of color #C7D4B3: hue angle of 83.64º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7D4B3 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 179 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.17 |
| HSL | 83.64º | 0.28% | 0.77% | - |
| HSV(B) | 83.64º | 0.16% | 0.83% | - |
| XYZ | 55.23 | 62.48 | 51.8 | - |
| YUV | 204.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 179 | 0.06 | 0 | 0.16 | 0.17 | 83.64 | 0.28 | 0.77 |
| Hex | C7 | D4 | B3 | 6 | 0 | 10 | 11 | 54 | 1C | 4D |
| Octal | 307 | 324 | 263 | 6 | 0 | 20 | 21 | 124 | 34 | 115 |
| Binary | 11000111 | 11010100 | 10110011 | 110 | 0 | 10000 | 10001 | 1010100 | 11100 | 1001101 |
Color Harmonies of #C7D4B3
Complementary color
Monochromatic Colors of #C7D4B3
Black with #C7D4B3
Text Example
Text Example
White with #C7D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4B3; }
p { color: rgb(199,212,179); }
H1.HeaderClassName
{
color: #C7D4B3;
}
.AnyTagClassName
{
color: #C7D4B3;
}
</style>
background-color css
<style>
a { background-color: #C7D4B3; }
a { background-color: rgb(199,212,179); }
div.DivClassName
{
background-color: #C7D4B3;
}
.BgClassName
{
background-color: #C7D4B3;
}
</style>
border-color css
<style>
span { border-color: #C7D4B3; }
span { border-color: rgb(199,212,179); }
td.TdClassName
{
border-color: #C7D4B3;
}
.TagClassName
{
border-color: #C7D4B3;
}
</style>