Shades of Melanie #E0C7CA
Tints of Melanie #E0C7CA
RGB
CMYK
RGB Variations
Color information
#E0C7CA (or 0xE0C7CA) is known color: Melanie. HEX triplet: E0, C7 and CA. RGB value is (224,199,202). Sum of RGB (Red+Green+Blue) = 224+199+202=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7CA is #1F3835. Grayscale: #CECECE. Windows color (decimal): -2046006 or 13289440. OLE color: 13289440.
HSL color Cylindrical-coordinate representation of color #E0C7CA: hue angle of 352.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0C7CA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 202 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.12 |
| HSL | 352.8º | 0.29% | 0.83% | - |
| HSV(B) | 352.8º | 0.11% | 0.88% | - |
| XYZ | 61.82 | 60.96 | 64.38 | - |
| YUV | 206.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 202 | 0 | 0.11 | 0.10 | 0.12 | 352.8 | 0.29 | 0.83 |
| Hex | E0 | C7 | CA | 0 | B | A | C | 161 | 1D | 53 |
| Octal | 340 | 307 | 312 | 0 | 13 | 12 | 14 | 541 | 35 | 123 |
| Binary | 11100000 | 11000111 | 11001010 | 0 | 1011 | 1010 | 1100 | 101100001 | 11101 | 1010011 |
Color Harmonies of #E0C7CA
Complementary color
Monochromatic Colors of #E0C7CA
Black with #E0C7CA
Text Example
Text Example
White with #E0C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7CA; }
p { color: rgb(224,199,202); }
H1.HeaderClassName
{
color: #E0C7CA;
}
.AnyTagClassName
{
color: #E0C7CA;
}
</style>
background-color css
<style>
a { background-color: #E0C7CA; }
a { background-color: rgb(224,199,202); }
div.DivClassName
{
background-color: #E0C7CA;
}
.BgClassName
{
background-color: #E0C7CA;
}
</style>
border-color css
<style>
span { border-color: #E0C7CA; }
span { border-color: rgb(224,199,202); }
td.TdClassName
{
border-color: #E0C7CA;
}
.TagClassName
{
border-color: #E0C7CA;
}
</style>