Shades of Melanie #E2BBC6
Tints of Melanie #E2BBC6
RGB
CMYK
RGB Variations
Color information
#E2BBC6 (or 0xE2BBC6) is known color: Melanie. HEX triplet: E2, BB and C6. RGB value is (226,187,198). Sum of RGB (Red+Green+Blue) = 226+187+198=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC6 is #1D4439. Grayscale: #C7C7C7. Windows color (decimal): -1918010 or 13024226. OLE color: 13024226.
HSL color Cylindrical-coordinate representation of color #E2BBC6: hue angle of 343.08º 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 #E2BBC6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 198 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.11 |
| HSL | 343.08º | 0.4% | 0.81% | - |
| HSV(B) | 343.08º | 0.17% | 0.89% | - |
| XYZ | 59.33 | 55.79 | 61.07 | - |
| YUV | 199.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 198 | 0 | 0.17 | 0.12 | 0.11 | 343.08 | 0.4 | 0.81 |
| Hex | E2 | BB | C6 | 0 | 11 | C | B | 157 | 28 | 51 |
| Octal | 342 | 273 | 306 | 0 | 21 | 14 | 13 | 527 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11000110 | 0 | 10001 | 1100 | 1011 | 101010111 | 101000 | 1010001 |
Color Harmonies of #E2BBC6
Complementary color
Monochromatic Colors of #E2BBC6
Black with #E2BBC6
Text Example
Text Example
White with #E2BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBC6; }
p { color: rgb(226,187,198); }
H1.HeaderClassName
{
color: #E2BBC6;
}
.AnyTagClassName
{
color: #E2BBC6;
}
</style>
background-color css
<style>
a { background-color: #E2BBC6; }
a { background-color: rgb(226,187,198); }
div.DivClassName
{
background-color: #E2BBC6;
}
.BgClassName
{
background-color: #E2BBC6;
}
</style>
border-color css
<style>
span { border-color: #E2BBC6; }
span { border-color: rgb(226,187,198); }
td.TdClassName
{
border-color: #E2BBC6;
}
.TagClassName
{
border-color: #E2BBC6;
}
</style>