Shades of Pale Leaf #C7D4B7
Tints of Pale Leaf #C7D4B7
RGB
CMYK
RGB Variations
Color information
#C7D4B7 (or 0xC7D4B7) is known color: Pale Leaf. HEX triplet: C7, D4 and B7. RGB value is (199,212,183). Sum of RGB (Red+Green+Blue) = 199+212+183=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4B7 is #382B48. Grayscale: #CCCCCC. Windows color (decimal): -3681097 or 12047559. OLE color: 12047559.
HSL color Cylindrical-coordinate representation of color #C7D4B7: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7D4B7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 199 | 212 | 183 | - |
CMYK | 0.06 | 0 | 0.14 | 0.17 |
HSL | 86.9º | 0.25% | 0.77% | - |
HSV(B) | 86.9º | 0.14% | 0.83% | - |
XYZ | 55.64 | 62.65 | 53.96 | - |
YUV | 204.81 | 115.69 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 212 | 183 | 0.06 | 0 | 0.14 | 0.17 | 86.9 | 0.25 | 0.77 |
Hex | C7 | D4 | B7 | 6 | 0 | E | 11 | 57 | 19 | 4D |
Octal | 307 | 324 | 267 | 6 | 0 | 16 | 21 | 127 | 31 | 115 |
Binary | 11000111 | 11010100 | 10110111 | 110 | 0 | 1110 | 10001 | 1010111 | 11001 | 1001101 |
Color Harmonies of #C7D4B7
Complementary color
Monochromatic Colors of #C7D4B7
Black with #C7D4B7
Text Example
Text Example
White with #C7D4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4B7; }
p { color: rgb(199,212,183); }
H1.HeaderClassName
{
color: #C7D4B7;
}
.AnyTagClassName
{
color: #C7D4B7;
}
</style>
background-color css
<style>
a { background-color: #C7D4B7; }
a { background-color: rgb(199,212,183); }
div.DivClassName
{
background-color: #C7D4B7;
}
.BgClassName
{
background-color: #C7D4B7;
}
</style>
border-color css
<style>
span { border-color: #C7D4B7; }
span { border-color: rgb(199,212,183); }
td.TdClassName
{
border-color: #C7D4B7;
}
.TagClassName
{
border-color: #C7D4B7;
}
</style>