Shades of Melanie #E2BCC8
Tints of Melanie #E2BCC8
RGB
CMYK
RGB Variations
Color information
#E2BCC8 (or 0xE2BCC8) is known color: Melanie. HEX triplet: E2, BC and C8. RGB value is (226,188,200). Sum of RGB (Red+Green+Blue) = 226+188+200=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC8 is #1D4337. Grayscale: #C8C8C8. Windows color (decimal): -1917752 or 13155554. OLE color: 13155554.
HSL color Cylindrical-coordinate representation of color #E2BCC8: hue angle of 341.05º 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 #E2BCC8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 200 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.11 |
| HSL | 341.05º | 0.4% | 0.81% | - |
| HSV(B) | 341.05º | 0.17% | 0.89% | - |
| XYZ | 59.77 | 56.31 | 62.36 | - |
| YUV | 200.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 200 | 0 | 0.17 | 0.12 | 0.11 | 341.05 | 0.4 | 0.81 |
| Hex | E2 | BC | C8 | 0 | 11 | C | B | 155 | 28 | 51 |
| Octal | 342 | 274 | 310 | 0 | 21 | 14 | 13 | 525 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11001000 | 0 | 10001 | 1100 | 1011 | 101010101 | 101000 | 1010001 |
Color Harmonies of #E2BCC8
Complementary color
Monochromatic Colors of #E2BCC8
Black with #E2BCC8
Text Example
Text Example
White with #E2BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCC8; }
p { color: rgb(226,188,200); }
H1.HeaderClassName
{
color: #E2BCC8;
}
.AnyTagClassName
{
color: #E2BCC8;
}
</style>
background-color css
<style>
a { background-color: #E2BCC8; }
a { background-color: rgb(226,188,200); }
div.DivClassName
{
background-color: #E2BCC8;
}
.BgClassName
{
background-color: #E2BCC8;
}
</style>
border-color css
<style>
span { border-color: #E2BCC8; }
span { border-color: rgb(226,188,200); }
td.TdClassName
{
border-color: #E2BCC8;
}
.TagClassName
{
border-color: #E2BCC8;
}
</style>