Shades of Melanie #E2BCC6
Tints of Melanie #E2BCC6
RGB
CMYK
RGB Variations
Color information
#E2BCC6 (or 0xE2BCC6) is known color: Melanie. HEX triplet: E2, BC and C6. RGB value is (226,188,198). Sum of RGB (Red+Green+Blue) = 226+188+198=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC6 is #1D4339. Grayscale: #C8C8C8. Windows color (decimal): -1917754 or 13024482. OLE color: 13024482.
HSL color Cylindrical-coordinate representation of color #E2BCC6: hue angle of 344.21º 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 #E2BCC6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 198 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.11 |
| HSL | 344.21º | 0.4% | 0.81% | - |
| HSV(B) | 344.21º | 0.17% | 0.89% | - |
| XYZ | 59.54 | 56.21 | 61.14 | - |
| YUV | 200.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 198 | 0 | 0.17 | 0.12 | 0.11 | 344.21 | 0.4 | 0.81 |
| Hex | E2 | BC | C6 | 0 | 11 | C | B | 158 | 28 | 51 |
| Octal | 342 | 274 | 306 | 0 | 21 | 14 | 13 | 530 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11000110 | 0 | 10001 | 1100 | 1011 | 101011000 | 101000 | 1010001 |
Color Harmonies of #E2BCC6
Complementary color
Monochromatic Colors of #E2BCC6
Black with #E2BCC6
Text Example
Text Example
White with #E2BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCC6; }
p { color: rgb(226,188,198); }
H1.HeaderClassName
{
color: #E2BCC6;
}
.AnyTagClassName
{
color: #E2BCC6;
}
</style>
background-color css
<style>
a { background-color: #E2BCC6; }
a { background-color: rgb(226,188,198); }
div.DivClassName
{
background-color: #E2BCC6;
}
.BgClassName
{
background-color: #E2BCC6;
}
</style>
border-color css
<style>
span { border-color: #E2BCC6; }
span { border-color: rgb(226,188,198); }
td.TdClassName
{
border-color: #E2BCC6;
}
.TagClassName
{
border-color: #E2BCC6;
}
</style>