Shades of Melanie #E1BCC8
Tints of Melanie #E1BCC8
RGB
CMYK
RGB Variations
Color information
#E1BCC8 (or 0xE1BCC8) is known color: Melanie. HEX triplet: E1, BC and C8. RGB value is (225,188,200). Sum of RGB (Red+Green+Blue) = 225+188+200=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC8 is #1E4337. Grayscale: #C8C8C8. Windows color (decimal): -1983288 or 13155553. OLE color: 13155553.
HSL color Cylindrical-coordinate representation of color #E1BCC8: hue angle of 340.54º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCC8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 200 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.12 |
| HSL | 340.54º | 0.38% | 0.81% | - |
| HSV(B) | 340.54º | 0.16% | 0.88% | - |
| XYZ | 59.46 | 56.14 | 62.35 | - |
| YUV | 200.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 200 | 0 | 0.16 | 0.11 | 0.12 | 340.54 | 0.38 | 0.81 |
| Hex | E1 | BC | C8 | 0 | 10 | B | C | 155 | 26 | 51 |
| Octal | 341 | 274 | 310 | 0 | 20 | 13 | 14 | 525 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11001000 | 0 | 10000 | 1011 | 1100 | 101010101 | 100110 | 1010001 |
Color Harmonies of #E1BCC8
Complementary color
Monochromatic Colors of #E1BCC8
Black with #E1BCC8
Text Example
Text Example
White with #E1BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCC8; }
p { color: rgb(225,188,200); }
H1.HeaderClassName
{
color: #E1BCC8;
}
.AnyTagClassName
{
color: #E1BCC8;
}
</style>
background-color css
<style>
a { background-color: #E1BCC8; }
a { background-color: rgb(225,188,200); }
div.DivClassName
{
background-color: #E1BCC8;
}
.BgClassName
{
background-color: #E1BCC8;
}
</style>
border-color css
<style>
span { border-color: #E1BCC8; }
span { border-color: rgb(225,188,200); }
td.TdClassName
{
border-color: #E1BCC8;
}
.TagClassName
{
border-color: #E1BCC8;
}
</style>