Shades of Melanie #E1BCC7
Tints of Melanie #E1BCC7
RGB
CMYK
RGB Variations
Color information
#E1BCC7 (or 0xE1BCC7) is known color: Melanie. HEX triplet: E1, BC and C7. RGB value is (225,188,199). Sum of RGB (Red+Green+Blue) = 225+188+199=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC7 is #1E4338. Grayscale: #C8C8C8. Windows color (decimal): -1983289 or 13090017. OLE color: 13090017.
HSL color Cylindrical-coordinate representation of color #E1BCC7: hue angle of 342.16º 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 #E1BCC7 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 199 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.12 |
| HSL | 342.16º | 0.38% | 0.81% | - |
| HSV(B) | 342.16º | 0.16% | 0.88% | - |
| XYZ | 59.34 | 56.1 | 61.73 | - |
| YUV | 200.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 199 | 0 | 0.16 | 0.12 | 0.12 | 342.16 | 0.38 | 0.81 |
| Hex | E1 | BC | C7 | 0 | 10 | C | C | 156 | 26 | 51 |
| Octal | 341 | 274 | 307 | 0 | 20 | 14 | 14 | 526 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11000111 | 0 | 10000 | 1100 | 1100 | 101010110 | 100110 | 1010001 |
Color Harmonies of #E1BCC7
Complementary color
Monochromatic Colors of #E1BCC7
Black with #E1BCC7
Text Example
Text Example
White with #E1BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCC7; }
p { color: rgb(225,188,199); }
H1.HeaderClassName
{
color: #E1BCC7;
}
.AnyTagClassName
{
color: #E1BCC7;
}
</style>
background-color css
<style>
a { background-color: #E1BCC7; }
a { background-color: rgb(225,188,199); }
div.DivClassName
{
background-color: #E1BCC7;
}
.BgClassName
{
background-color: #E1BCC7;
}
</style>
border-color css
<style>
span { border-color: #E1BCC7; }
span { border-color: rgb(225,188,199); }
td.TdClassName
{
border-color: #E1BCC7;
}
.TagClassName
{
border-color: #E1BCC7;
}
</style>