Shades of Melanie #E0BEC8
Tints of Melanie #E0BEC8
RGB
CMYK
RGB Variations
Color information
#E0BEC8 (or 0xE0BEC8) is known color: Melanie. HEX triplet: E0, BE and C8. RGB value is (224,190,200). Sum of RGB (Red+Green+Blue) = 224+190+200=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEC8 is #1F4137. Grayscale: #C9C9C9. Windows color (decimal): -2048312 or 13156064. OLE color: 13156064.
HSL color Cylindrical-coordinate representation of color #E0BEC8: hue angle of 342.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BEC8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 200 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.12 |
| HSL | 342.35º | 0.35% | 0.81% | - |
| HSV(B) | 342.35º | 0.15% | 0.88% | - |
| XYZ | 59.58 | 56.84 | 62.48 | - |
| YUV | 201.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 200 | 0 | 0.15 | 0.11 | 0.12 | 342.35 | 0.35 | 0.81 |
| Hex | E0 | BE | C8 | 0 | F | B | C | 156 | 23 | 51 |
| Octal | 340 | 276 | 310 | 0 | 17 | 13 | 14 | 526 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11001000 | 0 | 1111 | 1011 | 1100 | 101010110 | 100011 | 1010001 |
Color Harmonies of #E0BEC8
Complementary color
Monochromatic Colors of #E0BEC8
Black with #E0BEC8
Text Example
Text Example
White with #E0BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEC8; }
p { color: rgb(224,190,200); }
H1.HeaderClassName
{
color: #E0BEC8;
}
.AnyTagClassName
{
color: #E0BEC8;
}
</style>
background-color css
<style>
a { background-color: #E0BEC8; }
a { background-color: rgb(224,190,200); }
div.DivClassName
{
background-color: #E0BEC8;
}
.BgClassName
{
background-color: #E0BEC8;
}
</style>
border-color css
<style>
span { border-color: #E0BEC8; }
span { border-color: rgb(224,190,200); }
td.TdClassName
{
border-color: #E0BEC8;
}
.TagClassName
{
border-color: #E0BEC8;
}
</style>