Shades of Melanie #E7BBC0
Tints of Melanie #E7BBC0
RGB
CMYK
RGB Variations
Color information
#E7BBC0 (or 0xE7BBC0) is known color: Melanie. HEX triplet: E7, BB and C0. RGB value is (231,187,192). Sum of RGB (Red+Green+Blue) = 231+187+192=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBC0 is #18443F. Grayscale: #C8C8C8. Windows color (decimal): -1590336 or 12631015. OLE color: 12631015.
HSL color Cylindrical-coordinate representation of color #E7BBC0: hue angle of 353.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BBC0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 192 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.09 |
| HSL | 353.18º | 0.48% | 0.82% | - |
| HSV(B) | 353.18º | 0.19% | 0.91% | - |
| XYZ | 60.24 | 56.34 | 57.57 | - |
| YUV | 200.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 192 | 0 | 0.19 | 0.17 | 0.09 | 353.18 | 0.48 | 0.82 |
| Hex | E7 | BB | C0 | 0 | 13 | 11 | 9 | 161 | 30 | 52 |
| Octal | 347 | 273 | 300 | 0 | 23 | 21 | 11 | 541 | 60 | 122 |
| Binary | 11100111 | 10111011 | 11000000 | 0 | 10011 | 10001 | 1001 | 101100001 | 110000 | 1010010 |
Color Harmonies of #E7BBC0
Complementary color
Monochromatic Colors of #E7BBC0
Black with #E7BBC0
Text Example
Text Example
White with #E7BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBC0; }
p { color: rgb(231,187,192); }
H1.HeaderClassName
{
color: #E7BBC0;
}
.AnyTagClassName
{
color: #E7BBC0;
}
</style>
background-color css
<style>
a { background-color: #E7BBC0; }
a { background-color: rgb(231,187,192); }
div.DivClassName
{
background-color: #E7BBC0;
}
.BgClassName
{
background-color: #E7BBC0;
}
</style>
border-color css
<style>
span { border-color: #E7BBC0; }
span { border-color: rgb(231,187,192); }
td.TdClassName
{
border-color: #E7BBC0;
}
.TagClassName
{
border-color: #E7BBC0;
}
</style>