Shades of Melanie #E2BBC8
Tints of Melanie #E2BBC8
RGB
CMYK
RGB Variations
Color information
#E2BBC8 (or 0xE2BBC8) is known color: Melanie. HEX triplet: E2, BB and C8. RGB value is (226,187,200). Sum of RGB (Red+Green+Blue) = 226+187+200=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC8 is #1D4437. Grayscale: #C8C8C8. Windows color (decimal): -1918008 or 13155298. OLE color: 13155298.
HSL color Cylindrical-coordinate representation of color #E2BBC8: hue angle of 340º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BBC8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 200 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.11 |
| HSL | 340º | 0.4% | 0.81% | - |
| HSV(B) | 340º | 0.17% | 0.89% | - |
| XYZ | 59.56 | 55.88 | 62.29 | - |
| YUV | 200.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 200 | 0 | 0.17 | 0.12 | 0.11 | 340 | 0.4 | 0.81 |
| Hex | E2 | BB | C8 | 0 | 11 | C | B | 154 | 28 | 51 |
| Octal | 342 | 273 | 310 | 0 | 21 | 14 | 13 | 524 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11001000 | 0 | 10001 | 1100 | 1011 | 101010100 | 101000 | 1010001 |
Color Harmonies of #E2BBC8
Complementary color
Monochromatic Colors of #E2BBC8
Black with #E2BBC8
Text Example
Text Example
White with #E2BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBC8; }
p { color: rgb(226,187,200); }
H1.HeaderClassName
{
color: #E2BBC8;
}
.AnyTagClassName
{
color: #E2BBC8;
}
</style>
background-color css
<style>
a { background-color: #E2BBC8; }
a { background-color: rgb(226,187,200); }
div.DivClassName
{
background-color: #E2BBC8;
}
.BgClassName
{
background-color: #E2BBC8;
}
</style>
border-color css
<style>
span { border-color: #E2BBC8; }
span { border-color: rgb(226,187,200); }
td.TdClassName
{
border-color: #E2BBC8;
}
.TagClassName
{
border-color: #E2BBC8;
}
</style>