Shades of Melanie #E1BBC2
Tints of Melanie #E1BBC2
RGB
CMYK
RGB Variations
Color information
#E1BBC2 (or 0xE1BBC2) is known color: Melanie. HEX triplet: E1, BB and C2. RGB value is (225,187,194). Sum of RGB (Red+Green+Blue) = 225+187+194=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBC2 is #1E443D. Grayscale: #C7C7C7. Windows color (decimal): -1983550 or 12762081. OLE color: 12762081.
HSL color Cylindrical-coordinate representation of color #E1BBC2: hue angle of 348.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBC2 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 194 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.12 |
| HSL | 348.95º | 0.39% | 0.81% | - |
| HSV(B) | 348.95º | 0.17% | 0.88% | - |
| XYZ | 58.56 | 55.44 | 58.65 | - |
| YUV | 199.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 194 | 0 | 0.17 | 0.14 | 0.12 | 348.95 | 0.39 | 0.81 |
| Hex | E1 | BB | C2 | 0 | 11 | E | C | 15D | 27 | 51 |
| Octal | 341 | 273 | 302 | 0 | 21 | 16 | 14 | 535 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11000010 | 0 | 10001 | 1110 | 1100 | 101011101 | 100111 | 1010001 |
Color Harmonies of #E1BBC2
Complementary color
Monochromatic Colors of #E1BBC2
Black with #E1BBC2
Text Example
Text Example
White with #E1BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBC2; }
p { color: rgb(225,187,194); }
H1.HeaderClassName
{
color: #E1BBC2;
}
.AnyTagClassName
{
color: #E1BBC2;
}
</style>
background-color css
<style>
a { background-color: #E1BBC2; }
a { background-color: rgb(225,187,194); }
div.DivClassName
{
background-color: #E1BBC2;
}
.BgClassName
{
background-color: #E1BBC2;
}
</style>
border-color css
<style>
span { border-color: #E1BBC2; }
span { border-color: rgb(225,187,194); }
td.TdClassName
{
border-color: #E1BBC2;
}
.TagClassName
{
border-color: #E1BBC2;
}
</style>