Shades of Melanie #E0BCC6
Tints of Melanie #E0BCC6
RGB
CMYK
RGB Variations
Color information
#E0BCC6 (or 0xE0BCC6) is known color: Melanie. HEX triplet: E0, BC and C6. RGB value is (224,188,198). Sum of RGB (Red+Green+Blue) = 224+188+198=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCC6 is #1F4339. Grayscale: #C7C7C7. Windows color (decimal): -2048826 or 13024480. OLE color: 13024480.
HSL color Cylindrical-coordinate representation of color #E0BCC6: hue angle of 343.33º 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 #E0BCC6 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 198 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.12 |
| HSL | 343.33º | 0.37% | 0.81% | - |
| HSV(B) | 343.33º | 0.16% | 0.88% | - |
| XYZ | 58.92 | 55.89 | 61.11 | - |
| YUV | 199.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 198 | 0 | 0.16 | 0.12 | 0.12 | 343.33 | 0.37 | 0.81 |
| Hex | E0 | BC | C6 | 0 | 10 | C | C | 157 | 25 | 51 |
| Octal | 340 | 274 | 306 | 0 | 20 | 14 | 14 | 527 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11000110 | 0 | 10000 | 1100 | 1100 | 101010111 | 100101 | 1010001 |
Color Harmonies of #E0BCC6
Complementary color
Monochromatic Colors of #E0BCC6
Black with #E0BCC6
Text Example
Text Example
White with #E0BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCC6; }
p { color: rgb(224,188,198); }
H1.HeaderClassName
{
color: #E0BCC6;
}
.AnyTagClassName
{
color: #E0BCC6;
}
</style>
background-color css
<style>
a { background-color: #E0BCC6; }
a { background-color: rgb(224,188,198); }
div.DivClassName
{
background-color: #E0BCC6;
}
.BgClassName
{
background-color: #E0BCC6;
}
</style>
border-color css
<style>
span { border-color: #E0BCC6; }
span { border-color: rgb(224,188,198); }
td.TdClassName
{
border-color: #E0BCC6;
}
.TagClassName
{
border-color: #E0BCC6;
}
</style>