Shades of Melanie #E0C6CB
Tints of Melanie #E0C6CB
RGB
CMYK
RGB Variations
Color information
#E0C6CB (or 0xE0C6CB) is known color: Melanie. HEX triplet: E0, C6 and CB. RGB value is (224,198,203). Sum of RGB (Red+Green+Blue) = 224+198+203=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6CB is #1F3934. Grayscale: #CECECE. Windows color (decimal): -2046261 or 13354720. OLE color: 13354720.
HSL color Cylindrical-coordinate representation of color #E0C6CB: hue angle of 348.46º degrees, saturation: 0.3, 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 #E0C6CB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 203 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.12 |
| HSL | 348.46º | 0.3% | 0.83% | - |
| HSV(B) | 348.46º | 0.12% | 0.88% | - |
| XYZ | 61.71 | 60.55 | 64.93 | - |
| YUV | 206.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 203 | 0 | 0.12 | 0.09 | 0.12 | 348.46 | 0.3 | 0.83 |
| Hex | E0 | C6 | CB | 0 | C | 9 | C | 15C | 1E | 53 |
| Octal | 340 | 306 | 313 | 0 | 14 | 11 | 14 | 534 | 36 | 123 |
| Binary | 11100000 | 11000110 | 11001011 | 0 | 1100 | 1001 | 1100 | 101011100 | 11110 | 1010011 |
Color Harmonies of #E0C6CB
Complementary color
Monochromatic Colors of #E0C6CB
Black with #E0C6CB
Text Example
Text Example
White with #E0C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C6CB; }
p { color: rgb(224,198,203); }
H1.HeaderClassName
{
color: #E0C6CB;
}
.AnyTagClassName
{
color: #E0C6CB;
}
</style>
background-color css
<style>
a { background-color: #E0C6CB; }
a { background-color: rgb(224,198,203); }
div.DivClassName
{
background-color: #E0C6CB;
}
.BgClassName
{
background-color: #E0C6CB;
}
</style>
border-color css
<style>
span { border-color: #E0C6CB; }
span { border-color: rgb(224,198,203); }
td.TdClassName
{
border-color: #E0C6CB;
}
.TagClassName
{
border-color: #E0C6CB;
}
</style>