Shades of Melanie #E0BCC2
Tints of Melanie #E0BCC2
RGB
CMYK
RGB Variations
Color information
#E0BCC2 (or 0xE0BCC2) is known color: Melanie. HEX triplet: E0, BC and C2. RGB value is (224,188,194). Sum of RGB (Red+Green+Blue) = 224+188+194=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCC2 is #1F433D. Grayscale: #C7C7C7. Windows color (decimal): -2048830 or 12762336. OLE color: 12762336.
HSL color Cylindrical-coordinate representation of color #E0BCC2: hue angle of 350º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCC2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 194 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.12 |
| HSL | 350º | 0.37% | 0.81% | - |
| HSV(B) | 350º | 0.16% | 0.88% | - |
| XYZ | 58.46 | 55.71 | 58.71 | - |
| YUV | 199.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 194 | 0 | 0.16 | 0.13 | 0.12 | 350 | 0.37 | 0.81 |
| Hex | E0 | BC | C2 | 0 | 10 | D | C | 15E | 25 | 51 |
| Octal | 340 | 274 | 302 | 0 | 20 | 15 | 14 | 536 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11000010 | 0 | 10000 | 1101 | 1100 | 101011110 | 100101 | 1010001 |
Color Harmonies of #E0BCC2
Complementary color
Monochromatic Colors of #E0BCC2
Black with #E0BCC2
Text Example
Text Example
White with #E0BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCC2; }
p { color: rgb(224,188,194); }
H1.HeaderClassName
{
color: #E0BCC2;
}
.AnyTagClassName
{
color: #E0BCC2;
}
</style>
background-color css
<style>
a { background-color: #E0BCC2; }
a { background-color: rgb(224,188,194); }
div.DivClassName
{
background-color: #E0BCC2;
}
.BgClassName
{
background-color: #E0BCC2;
}
</style>
border-color css
<style>
span { border-color: #E0BCC2; }
span { border-color: rgb(224,188,194); }
td.TdClassName
{
border-color: #E0BCC2;
}
.TagClassName
{
border-color: #E0BCC2;
}
</style>