Shades of Melanie #E1C1CB
Tints of Melanie #E1C1CB
RGB
CMYK
RGB Variations
Color information
#E1C1CB (or 0xE1C1CB) is known color: Melanie. HEX triplet: E1, C1 and CB. RGB value is (225,193,203). Sum of RGB (Red+Green+Blue) = 225+193+203=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1CB is #1E3E34. Grayscale: #CBCBCB. Windows color (decimal): -1982005 or 13353441. OLE color: 13353441.
HSL color Cylindrical-coordinate representation of color #E1C1CB: hue angle of 341.25º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C1CB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 203 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.12 |
| HSL | 341.25º | 0.35% | 0.82% | - |
| HSV(B) | 341.25º | 0.14% | 0.88% | - |
| XYZ | 60.9 | 58.46 | 64.57 | - |
| YUV | 203.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 203 | 0 | 0.14 | 0.10 | 0.12 | 341.25 | 0.35 | 0.82 |
| Hex | E1 | C1 | CB | 0 | E | A | C | 155 | 23 | 52 |
| Octal | 341 | 301 | 313 | 0 | 16 | 12 | 14 | 525 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11001011 | 0 | 1110 | 1010 | 1100 | 101010101 | 100011 | 1010010 |
Color Harmonies of #E1C1CB
Complementary color
Monochromatic Colors of #E1C1CB
Black with #E1C1CB
Text Example
Text Example
White with #E1C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1CB; }
p { color: rgb(225,193,203); }
H1.HeaderClassName
{
color: #E1C1CB;
}
.AnyTagClassName
{
color: #E1C1CB;
}
</style>
background-color css
<style>
a { background-color: #E1C1CB; }
a { background-color: rgb(225,193,203); }
div.DivClassName
{
background-color: #E1C1CB;
}
.BgClassName
{
background-color: #E1C1CB;
}
</style>
border-color css
<style>
span { border-color: #E1C1CB; }
span { border-color: rgb(225,193,203); }
td.TdClassName
{
border-color: #E1C1CB;
}
.TagClassName
{
border-color: #E1C1CB;
}
</style>