Shades of Melanie #E1BCC5
Tints of Melanie #E1BCC5
RGB
CMYK
RGB Variations
Color information
#E1BCC5 (or 0xE1BCC5) is known color: Melanie. HEX triplet: E1, BC and C5. RGB value is (225,188,197). Sum of RGB (Red+Green+Blue) = 225+188+197=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC5 is #1E433A. Grayscale: #C8C8C8. Windows color (decimal): -1983291 or 12958945. OLE color: 12958945.
HSL color Cylindrical-coordinate representation of color #E1BCC5: hue angle of 345.41º 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 #E1BCC5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 197 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.12 |
| HSL | 345.41º | 0.38% | 0.81% | - |
| HSV(B) | 345.41º | 0.16% | 0.88% | - |
| XYZ | 59.11 | 56.01 | 60.52 | - |
| YUV | 200.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 197 | 0 | 0.16 | 0.12 | 0.12 | 345.41 | 0.38 | 0.81 |
| Hex | E1 | BC | C5 | 0 | 10 | C | C | 159 | 26 | 51 |
| Octal | 341 | 274 | 305 | 0 | 20 | 14 | 14 | 531 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11000101 | 0 | 10000 | 1100 | 1100 | 101011001 | 100110 | 1010001 |
Color Harmonies of #E1BCC5
Complementary color
Monochromatic Colors of #E1BCC5
Black with #E1BCC5
Text Example
Text Example
White with #E1BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCC5; }
p { color: rgb(225,188,197); }
H1.HeaderClassName
{
color: #E1BCC5;
}
.AnyTagClassName
{
color: #E1BCC5;
}
</style>
background-color css
<style>
a { background-color: #E1BCC5; }
a { background-color: rgb(225,188,197); }
div.DivClassName
{
background-color: #E1BCC5;
}
.BgClassName
{
background-color: #E1BCC5;
}
</style>
border-color css
<style>
span { border-color: #E1BCC5; }
span { border-color: rgb(225,188,197); }
td.TdClassName
{
border-color: #E1BCC5;
}
.TagClassName
{
border-color: #E1BCC5;
}
</style>