Shades of Melanie #E1BCC4
Tints of Melanie #E1BCC4
RGB
CMYK
RGB Variations
Color information
#E1BCC4 (or 0xE1BCC4) is known color: Melanie. HEX triplet: E1, BC and C4. RGB value is (225,188,196). Sum of RGB (Red+Green+Blue) = 225+188+196=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC4 is #1E433B. Grayscale: #C7C7C7. Windows color (decimal): -1983292 or 12893409. OLE color: 12893409.
HSL color Cylindrical-coordinate representation of color #E1BCC4: hue angle of 347.03º 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 #E1BCC4 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 196 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.12 |
| HSL | 347.03º | 0.38% | 0.81% | - |
| HSV(B) | 347.03º | 0.16% | 0.88% | - |
| XYZ | 59 | 55.96 | 59.92 | - |
| YUV | 199.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 196 | 0 | 0.16 | 0.13 | 0.12 | 347.03 | 0.38 | 0.81 |
| Hex | E1 | BC | C4 | 0 | 10 | D | C | 15B | 26 | 51 |
| Octal | 341 | 274 | 304 | 0 | 20 | 15 | 14 | 533 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11000100 | 0 | 10000 | 1101 | 1100 | 101011011 | 100110 | 1010001 |
Color Harmonies of #E1BCC4
Complementary color
Monochromatic Colors of #E1BCC4
Black with #E1BCC4
Text Example
Text Example
White with #E1BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCC4; }
p { color: rgb(225,188,196); }
H1.HeaderClassName
{
color: #E1BCC4;
}
.AnyTagClassName
{
color: #E1BCC4;
}
</style>
background-color css
<style>
a { background-color: #E1BCC4; }
a { background-color: rgb(225,188,196); }
div.DivClassName
{
background-color: #E1BCC4;
}
.BgClassName
{
background-color: #E1BCC4;
}
</style>
border-color css
<style>
span { border-color: #E1BCC4; }
span { border-color: rgb(225,188,196); }
td.TdClassName
{
border-color: #E1BCC4;
}
.TagClassName
{
border-color: #E1BCC4;
}
</style>