Shades of Melanie #E0BEC5
Tints of Melanie #E0BEC5
RGB
CMYK
RGB Variations
Color information
#E0BEC5 (or 0xE0BEC5) is known color: Melanie. HEX triplet: E0, BE and C5. RGB value is (224,190,197). Sum of RGB (Red+Green+Blue) = 224+190+197=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEC5 is #1F413A. Grayscale: #C8C8C8. Windows color (decimal): -2048315 or 12959456. OLE color: 12959456.
HSL color Cylindrical-coordinate representation of color #E0BEC5: hue angle of 347.65º 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 #E0BEC5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 197 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.12 |
| HSL | 347.65º | 0.35% | 0.81% | - |
| HSV(B) | 347.65º | 0.15% | 0.88% | - |
| XYZ | 59.23 | 56.71 | 60.65 | - |
| YUV | 200.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 197 | 0 | 0.15 | 0.12 | 0.12 | 347.65 | 0.35 | 0.81 |
| Hex | E0 | BE | C5 | 0 | F | C | C | 15C | 23 | 51 |
| Octal | 340 | 276 | 305 | 0 | 17 | 14 | 14 | 534 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11000101 | 0 | 1111 | 1100 | 1100 | 101011100 | 100011 | 1010001 |
Color Harmonies of #E0BEC5
Complementary color
Monochromatic Colors of #E0BEC5
Black with #E0BEC5
Text Example
Text Example
White with #E0BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEC5; }
p { color: rgb(224,190,197); }
H1.HeaderClassName
{
color: #E0BEC5;
}
.AnyTagClassName
{
color: #E0BEC5;
}
</style>
background-color css
<style>
a { background-color: #E0BEC5; }
a { background-color: rgb(224,190,197); }
div.DivClassName
{
background-color: #E0BEC5;
}
.BgClassName
{
background-color: #E0BEC5;
}
</style>
border-color css
<style>
span { border-color: #E0BEC5; }
span { border-color: rgb(224,190,197); }
td.TdClassName
{
border-color: #E0BEC5;
}
.TagClassName
{
border-color: #E0BEC5;
}
</style>