Shades of Melanie #E1BCCA
Tints of Melanie #E1BCCA
RGB
CMYK
RGB Variations
Color information
#E1BCCA (or 0xE1BCCA) is known color: Melanie. HEX triplet: E1, BC and CA. RGB value is (225,188,202). Sum of RGB (Red+Green+Blue) = 225+188+202=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCCA is #1E4335. Grayscale: #C8C8C8. Windows color (decimal): -1983286 or 13286625. OLE color: 13286625.
HSL color Cylindrical-coordinate representation of color #E1BCCA: hue angle of 337.3º 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 #E1BCCA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 202 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.12 |
| HSL | 337.3º | 0.38% | 0.81% | - |
| HSV(B) | 337.3º | 0.16% | 0.88% | - |
| XYZ | 59.7 | 56.24 | 63.59 | - |
| YUV | 200.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 202 | 0 | 0.16 | 0.10 | 0.12 | 337.3 | 0.38 | 0.81 |
| Hex | E1 | BC | CA | 0 | 10 | A | C | 151 | 26 | 51 |
| Octal | 341 | 274 | 312 | 0 | 20 | 12 | 14 | 521 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11001010 | 0 | 10000 | 1010 | 1100 | 101010001 | 100110 | 1010001 |
Color Harmonies of #E1BCCA
Complementary color
Monochromatic Colors of #E1BCCA
Black with #E1BCCA
Text Example
Text Example
White with #E1BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCCA; }
p { color: rgb(225,188,202); }
H1.HeaderClassName
{
color: #E1BCCA;
}
.AnyTagClassName
{
color: #E1BCCA;
}
</style>
background-color css
<style>
a { background-color: #E1BCCA; }
a { background-color: rgb(225,188,202); }
div.DivClassName
{
background-color: #E1BCCA;
}
.BgClassName
{
background-color: #E1BCCA;
}
</style>
border-color css
<style>
span { border-color: #E1BCCA; }
span { border-color: rgb(225,188,202); }
td.TdClassName
{
border-color: #E1BCCA;
}
.TagClassName
{
border-color: #E1BCCA;
}
</style>