Shades of Melanie #E5BEC6
Tints of Melanie #E5BEC6
RGB
CMYK
RGB Variations
Color information
#E5BEC6 (or 0xE5BEC6) is known color: Melanie. HEX triplet: E5, BE and C6. RGB value is (229,190,198). Sum of RGB (Red+Green+Blue) = 229+190+198=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEC6 is #1A4139. Grayscale: #CACACA. Windows color (decimal): -1720634 or 13024997. OLE color: 13024997.
HSL color Cylindrical-coordinate representation of color #E5BEC6: hue angle of 347.69º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BEC6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 198 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.10 |
| HSL | 347.69º | 0.43% | 0.82% | - |
| HSV(B) | 347.69º | 0.17% | 0.9% | - |
| XYZ | 60.92 | 57.56 | 61.33 | - |
| YUV | 202.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 198 | 0 | 0.17 | 0.14 | 0.10 | 347.69 | 0.43 | 0.82 |
| Hex | E5 | BE | C6 | 0 | 11 | E | A | 15C | 2B | 52 |
| Octal | 345 | 276 | 306 | 0 | 21 | 16 | 12 | 534 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11000110 | 0 | 10001 | 1110 | 1010 | 101011100 | 101011 | 1010010 |
Color Harmonies of #E5BEC6
Complementary color
Monochromatic Colors of #E5BEC6
Black with #E5BEC6
Text Example
Text Example
White with #E5BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEC6; }
p { color: rgb(229,190,198); }
H1.HeaderClassName
{
color: #E5BEC6;
}
.AnyTagClassName
{
color: #E5BEC6;
}
</style>
background-color css
<style>
a { background-color: #E5BEC6; }
a { background-color: rgb(229,190,198); }
div.DivClassName
{
background-color: #E5BEC6;
}
.BgClassName
{
background-color: #E5BEC6;
}
</style>
border-color css
<style>
span { border-color: #E5BEC6; }
span { border-color: rgb(229,190,198); }
td.TdClassName
{
border-color: #E5BEC6;
}
.TagClassName
{
border-color: #E5BEC6;
}
</style>