Shades of Melanie #E0BBC8
Tints of Melanie #E0BBC8
RGB
CMYK
RGB Variations
Color information
#E0BBC8 (or 0xE0BBC8) is known color: Melanie. HEX triplet: E0, BB and C8. RGB value is (224,187,200). Sum of RGB (Red+Green+Blue) = 224+187+200=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBC8 is #1F4437. Grayscale: #C7C7C7. Windows color (decimal): -2049080 or 13155296. OLE color: 13155296.
HSL color Cylindrical-coordinate representation of color #E0BBC8: hue angle of 338.92º 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 #E0BBC8 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 200 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.12 |
| HSL | 338.92º | 0.37% | 0.81% | - |
| HSV(B) | 338.92º | 0.17% | 0.88% | - |
| XYZ | 58.94 | 55.56 | 62.26 | - |
| YUV | 199.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 200 | 0 | 0.17 | 0.11 | 0.12 | 338.92 | 0.37 | 0.81 |
| Hex | E0 | BB | C8 | 0 | 11 | B | C | 153 | 25 | 51 |
| Octal | 340 | 273 | 310 | 0 | 21 | 13 | 14 | 523 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11001000 | 0 | 10001 | 1011 | 1100 | 101010011 | 100101 | 1010001 |
Color Harmonies of #E0BBC8
Complementary color
Monochromatic Colors of #E0BBC8
Black with #E0BBC8
Text Example
Text Example
White with #E0BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBC8; }
p { color: rgb(224,187,200); }
H1.HeaderClassName
{
color: #E0BBC8;
}
.AnyTagClassName
{
color: #E0BBC8;
}
</style>
background-color css
<style>
a { background-color: #E0BBC8; }
a { background-color: rgb(224,187,200); }
div.DivClassName
{
background-color: #E0BBC8;
}
.BgClassName
{
background-color: #E0BBC8;
}
</style>
border-color css
<style>
span { border-color: #E0BBC8; }
span { border-color: rgb(224,187,200); }
td.TdClassName
{
border-color: #E0BBC8;
}
.TagClassName
{
border-color: #E0BBC8;
}
</style>