Shades of Melanie #E1BBC0
Tints of Melanie #E1BBC0
RGB
CMYK
RGB Variations
Color information
#E1BBC0 (or 0xE1BBC0) is known color: Melanie. HEX triplet: E1, BB and C0. RGB value is (225,187,192). Sum of RGB (Red+Green+Blue) = 225+187+192=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBC0 is #1E443F. Grayscale: #C6C6C6. Windows color (decimal): -1983552 or 12631009. OLE color: 12631009.
HSL color Cylindrical-coordinate representation of color #E1BBC0: hue angle of 352.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBC0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 192 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.12 |
| HSL | 352.11º | 0.39% | 0.81% | - |
| HSV(B) | 352.11º | 0.17% | 0.88% | - |
| XYZ | 58.34 | 55.35 | 57.48 | - |
| YUV | 198.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 192 | 0 | 0.17 | 0.15 | 0.12 | 352.11 | 0.39 | 0.81 |
| Hex | E1 | BB | C0 | 0 | 11 | F | C | 160 | 27 | 51 |
| Octal | 341 | 273 | 300 | 0 | 21 | 17 | 14 | 540 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11000000 | 0 | 10001 | 1111 | 1100 | 101100000 | 100111 | 1010001 |
Color Harmonies of #E1BBC0
Complementary color
Monochromatic Colors of #E1BBC0
Black with #E1BBC0
Text Example
Text Example
White with #E1BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBC0; }
p { color: rgb(225,187,192); }
H1.HeaderClassName
{
color: #E1BBC0;
}
.AnyTagClassName
{
color: #E1BBC0;
}
</style>
background-color css
<style>
a { background-color: #E1BBC0; }
a { background-color: rgb(225,187,192); }
div.DivClassName
{
background-color: #E1BBC0;
}
.BgClassName
{
background-color: #E1BBC0;
}
</style>
border-color css
<style>
span { border-color: #E1BBC0; }
span { border-color: rgb(225,187,192); }
td.TdClassName
{
border-color: #E1BBC0;
}
.TagClassName
{
border-color: #E1BBC0;
}
</style>