Shades of Melanie #E1C5CB
Tints of Melanie #E1C5CB
RGB
CMYK
RGB Variations
Color information
#E1C5CB (or 0xE1C5CB) is known color: Melanie. HEX triplet: E1, C5 and CB. RGB value is (225,197,203). Sum of RGB (Red+Green+Blue) = 225+197+203=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5CB is #1E3A34. Grayscale: #CECECE. Windows color (decimal): -1980981 or 13354465. OLE color: 13354465.
HSL color Cylindrical-coordinate representation of color #E1C5CB: hue angle of 347.14º degrees, saturation: 0.32, 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 #E1C5CB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 203 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.12 |
| HSL | 347.14º | 0.32% | 0.83% | - |
| HSV(B) | 347.14º | 0.12% | 0.88% | - |
| XYZ | 61.8 | 60.25 | 64.87 | - |
| YUV | 206.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 203 | 0 | 0.12 | 0.10 | 0.12 | 347.14 | 0.32 | 0.83 |
| Hex | E1 | C5 | CB | 0 | C | A | C | 15B | 20 | 53 |
| Octal | 341 | 305 | 313 | 0 | 14 | 12 | 14 | 533 | 40 | 123 |
| Binary | 11100001 | 11000101 | 11001011 | 0 | 1100 | 1010 | 1100 | 101011011 | 100000 | 1010011 |
Color Harmonies of #E1C5CB
Complementary color
Monochromatic Colors of #E1C5CB
Black with #E1C5CB
Text Example
Text Example
White with #E1C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5CB; }
p { color: rgb(225,197,203); }
H1.HeaderClassName
{
color: #E1C5CB;
}
.AnyTagClassName
{
color: #E1C5CB;
}
</style>
background-color css
<style>
a { background-color: #E1C5CB; }
a { background-color: rgb(225,197,203); }
div.DivClassName
{
background-color: #E1C5CB;
}
.BgClassName
{
background-color: #E1C5CB;
}
</style>
border-color css
<style>
span { border-color: #E1C5CB; }
span { border-color: rgb(225,197,203); }
td.TdClassName
{
border-color: #E1C5CB;
}
.TagClassName
{
border-color: #E1C5CB;
}
</style>