Shades of Melanie #E1BCC0
Tints of Melanie #E1BCC0
RGB
CMYK
RGB Variations
Color information
#E1BCC0 (or 0xE1BCC0) is known color: Melanie. HEX triplet: E1, BC and C0. RGB value is (225,188,192). Sum of RGB (Red+Green+Blue) = 225+188+192=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC0 is #1E433F. Grayscale: #C7C7C7. Windows color (decimal): -1983296 or 12631265. OLE color: 12631265.
HSL color Cylindrical-coordinate representation of color #E1BCC0: hue angle of 353.51º degrees, saturation: 0.38, 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 #E1BCC0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 192 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 353.51º | 0.38% | 0.81% | - |
| HSV(B) | 353.51º | 0.16% | 0.88% | - |
| XYZ | 58.55 | 55.78 | 57.55 | - |
| YUV | 199.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 192 | 0 | 0.16 | 0.15 | 0.12 | 353.51 | 0.38 | 0.81 |
| Hex | E1 | BC | C0 | 0 | 10 | F | C | 162 | 26 | 51 |
| Octal | 341 | 274 | 300 | 0 | 20 | 17 | 14 | 542 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11000000 | 0 | 10000 | 1111 | 1100 | 101100010 | 100110 | 1010001 |
Color Harmonies of #E1BCC0
Complementary color
Monochromatic Colors of #E1BCC0
Black with #E1BCC0
Text Example
Text Example
White with #E1BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCC0; }
p { color: rgb(225,188,192); }
H1.HeaderClassName
{
color: #E1BCC0;
}
.AnyTagClassName
{
color: #E1BCC0;
}
</style>
background-color css
<style>
a { background-color: #E1BCC0; }
a { background-color: rgb(225,188,192); }
div.DivClassName
{
background-color: #E1BCC0;
}
.BgClassName
{
background-color: #E1BCC0;
}
</style>
border-color css
<style>
span { border-color: #E1BCC0; }
span { border-color: rgb(225,188,192); }
td.TdClassName
{
border-color: #E1BCC0;
}
.TagClassName
{
border-color: #E1BCC0;
}
</style>