Shades of Melanie #E9BBC0
Tints of Melanie #E9BBC0
RGB
CMYK
RGB Variations
Color information
#E9BBC0 (or 0xE9BBC0) is known color: Melanie. HEX triplet: E9, BB and C0. RGB value is (233,187,192). Sum of RGB (Red+Green+Blue) = 233+187+192=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBC0 is #16443F. Grayscale: #C9C9C9. Windows color (decimal): -1459264 or 12631017. OLE color: 12631017.
HSL color Cylindrical-coordinate representation of color #E9BBC0: hue angle of 353.48º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 192 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.09 |
| HSL | 353.48º | 0.51% | 0.82% | - |
| HSV(B) | 353.48º | 0.2% | 0.91% | - |
| XYZ | 60.89 | 56.67 | 57.6 | - |
| YUV | 201.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 192 | 0 | 0.20 | 0.18 | 0.09 | 353.48 | 0.51 | 0.82 |
| Hex | E9 | BB | C0 | 0 | 14 | 12 | 9 | 161 | 33 | 52 |
| Octal | 351 | 273 | 300 | 0 | 24 | 22 | 11 | 541 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11000000 | 0 | 10100 | 10010 | 1001 | 101100001 | 110011 | 1010010 |
Color Harmonies of #E9BBC0
Complementary color
Monochromatic Colors of #E9BBC0
Black with #E9BBC0
Text Example
Text Example
White with #E9BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBC0; }
p { color: rgb(233,187,192); }
H1.HeaderClassName
{
color: #E9BBC0;
}
.AnyTagClassName
{
color: #E9BBC0;
}
</style>
background-color css
<style>
a { background-color: #E9BBC0; }
a { background-color: rgb(233,187,192); }
div.DivClassName
{
background-color: #E9BBC0;
}
.BgClassName
{
background-color: #E9BBC0;
}
</style>
border-color css
<style>
span { border-color: #E9BBC0; }
span { border-color: rgb(233,187,192); }
td.TdClassName
{
border-color: #E9BBC0;
}
.TagClassName
{
border-color: #E9BBC0;
}
</style>