Shades of Melanie #E1C6CB
Tints of Melanie #E1C6CB
RGB
CMYK
RGB Variations
Color information
#E1C6CB (or 0xE1C6CB) is known color: Melanie. HEX triplet: E1, C6 and CB. RGB value is (225,198,203). Sum of RGB (Red+Green+Blue) = 225+198+203=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6CB is #1E3934. Grayscale: #CECECE. Windows color (decimal): -1980725 or 13354721. OLE color: 13354721.
HSL color Cylindrical-coordinate representation of color #E1C6CB: hue angle of 348.89º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C6CB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 203 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.12 |
| HSL | 348.89º | 0.31% | 0.83% | - |
| HSV(B) | 348.89º | 0.12% | 0.88% | - |
| XYZ | 62.02 | 60.71 | 64.95 | - |
| YUV | 206.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 203 | 0 | 0.12 | 0.10 | 0.12 | 348.89 | 0.31 | 0.83 |
| Hex | E1 | C6 | CB | 0 | C | A | C | 15D | 1F | 53 |
| Octal | 341 | 306 | 313 | 0 | 14 | 12 | 14 | 535 | 37 | 123 |
| Binary | 11100001 | 11000110 | 11001011 | 0 | 1100 | 1010 | 1100 | 101011101 | 11111 | 1010011 |
Color Harmonies of #E1C6CB
Complementary color
Monochromatic Colors of #E1C6CB
Black with #E1C6CB
Text Example
Text Example
White with #E1C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6CB; }
p { color: rgb(225,198,203); }
H1.HeaderClassName
{
color: #E1C6CB;
}
.AnyTagClassName
{
color: #E1C6CB;
}
</style>
background-color css
<style>
a { background-color: #E1C6CB; }
a { background-color: rgb(225,198,203); }
div.DivClassName
{
background-color: #E1C6CB;
}
.BgClassName
{
background-color: #E1C6CB;
}
</style>
border-color css
<style>
span { border-color: #E1C6CB; }
span { border-color: rgb(225,198,203); }
td.TdClassName
{
border-color: #E1C6CB;
}
.TagClassName
{
border-color: #E1C6CB;
}
</style>