Shades of Melanie #E0BCC5
Tints of Melanie #E0BCC5
RGB
CMYK
RGB Variations
Color information
#E0BCC5 (or 0xE0BCC5) is known color: Melanie. HEX triplet: E0, BC and C5. RGB value is (224,188,197). Sum of RGB (Red+Green+Blue) = 224+188+197=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCC5 is #1F433A. Grayscale: #C7C7C7. Windows color (decimal): -2048827 or 12958944. OLE color: 12958944.
HSL color Cylindrical-coordinate representation of color #E0BCC5: hue angle of 345º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCC5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 197 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.12 |
| HSL | 345º | 0.37% | 0.81% | - |
| HSV(B) | 345º | 0.16% | 0.88% | - |
| XYZ | 58.8 | 55.84 | 60.5 | - |
| YUV | 199.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 197 | 0 | 0.16 | 0.12 | 0.12 | 345 | 0.37 | 0.81 |
| Hex | E0 | BC | C5 | 0 | 10 | C | C | 159 | 25 | 51 |
| Octal | 340 | 274 | 305 | 0 | 20 | 14 | 14 | 531 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11000101 | 0 | 10000 | 1100 | 1100 | 101011001 | 100101 | 1010001 |
Color Harmonies of #E0BCC5
Complementary color
Monochromatic Colors of #E0BCC5
Black with #E0BCC5
Text Example
Text Example
White with #E0BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCC5; }
p { color: rgb(224,188,197); }
H1.HeaderClassName
{
color: #E0BCC5;
}
.AnyTagClassName
{
color: #E0BCC5;
}
</style>
background-color css
<style>
a { background-color: #E0BCC5; }
a { background-color: rgb(224,188,197); }
div.DivClassName
{
background-color: #E0BCC5;
}
.BgClassName
{
background-color: #E0BCC5;
}
</style>
border-color css
<style>
span { border-color: #E0BCC5; }
span { border-color: rgb(224,188,197); }
td.TdClassName
{
border-color: #E0BCC5;
}
.TagClassName
{
border-color: #E0BCC5;
}
</style>