Shades of Melanie #E1C8CA
Tints of Melanie #E1C8CA
RGB
CMYK
RGB Variations
Color information
#E1C8CA (or 0xE1C8CA) is known color: Melanie. HEX triplet: E1, C8 and CA. RGB value is (225,200,202). Sum of RGB (Red+Green+Blue) = 225+200+202=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8CA is #1E3735. Grayscale: #CFCFCF. Windows color (decimal): -1980214 or 13289697. OLE color: 13289697.
HSL color Cylindrical-coordinate representation of color #E1C8CA: hue angle of 355.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8CA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 202 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.12 |
| HSL | 355.2º | 0.29% | 0.83% | - |
| HSV(B) | 355.2º | 0.11% | 0.88% | - |
| XYZ | 62.37 | 61.58 | 64.48 | - |
| YUV | 207.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 202 | 0 | 0.11 | 0.10 | 0.12 | 355.2 | 0.29 | 0.83 |
| Hex | E1 | C8 | CA | 0 | B | A | C | 163 | 1D | 53 |
| Octal | 341 | 310 | 312 | 0 | 13 | 12 | 14 | 543 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11001010 | 0 | 1011 | 1010 | 1100 | 101100011 | 11101 | 1010011 |
Color Harmonies of #E1C8CA
Complementary color
Monochromatic Colors of #E1C8CA
Black with #E1C8CA
Text Example
Text Example
White with #E1C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8CA; }
p { color: rgb(225,200,202); }
H1.HeaderClassName
{
color: #E1C8CA;
}
.AnyTagClassName
{
color: #E1C8CA;
}
</style>
background-color css
<style>
a { background-color: #E1C8CA; }
a { background-color: rgb(225,200,202); }
div.DivClassName
{
background-color: #E1C8CA;
}
.BgClassName
{
background-color: #E1C8CA;
}
</style>
border-color css
<style>
span { border-color: #E1C8CA; }
span { border-color: rgb(225,200,202); }
td.TdClassName
{
border-color: #E1C8CA;
}
.TagClassName
{
border-color: #E1C8CA;
}
</style>