Shades of Melanie #E0BBC1
Tints of Melanie #E0BBC1
RGB
CMYK
RGB Variations
Color information
#E0BBC1 (or 0xE0BBC1) is known color: Melanie. HEX triplet: E0, BB and C1. RGB value is (224,187,193). Sum of RGB (Red+Green+Blue) = 224+187+193=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBC1 is #1F443E. Grayscale: #C6C6C6. Windows color (decimal): -2049087 or 12696544. OLE color: 12696544.
HSL color Cylindrical-coordinate representation of color #E0BBC1: hue angle of 350.27º degrees, saturation: 0.37, 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 #E0BBC1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 193 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.12 |
| HSL | 350.27º | 0.37% | 0.81% | - |
| HSV(B) | 350.27º | 0.17% | 0.88% | - |
| XYZ | 58.14 | 55.24 | 58.05 | - |
| YUV | 198.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 193 | 0 | 0.17 | 0.14 | 0.12 | 350.27 | 0.37 | 0.81 |
| Hex | E0 | BB | C1 | 0 | 11 | E | C | 15E | 25 | 51 |
| Octal | 340 | 273 | 301 | 0 | 21 | 16 | 14 | 536 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11000001 | 0 | 10001 | 1110 | 1100 | 101011110 | 100101 | 1010001 |
Color Harmonies of #E0BBC1
Complementary color
Monochromatic Colors of #E0BBC1
Black with #E0BBC1
Text Example
Text Example
White with #E0BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBC1; }
p { color: rgb(224,187,193); }
H1.HeaderClassName
{
color: #E0BBC1;
}
.AnyTagClassName
{
color: #E0BBC1;
}
</style>
background-color css
<style>
a { background-color: #E0BBC1; }
a { background-color: rgb(224,187,193); }
div.DivClassName
{
background-color: #E0BBC1;
}
.BgClassName
{
background-color: #E0BBC1;
}
</style>
border-color css
<style>
span { border-color: #E0BBC1; }
span { border-color: rgb(224,187,193); }
td.TdClassName
{
border-color: #E0BBC1;
}
.TagClassName
{
border-color: #E0BBC1;
}
</style>