Shades of Melanie #E0BFC9
Tints of Melanie #E0BFC9
RGB
CMYK
RGB Variations
Color information
#E0BFC9 (or 0xE0BFC9) is known color: Melanie. HEX triplet: E0, BF and C9. RGB value is (224,191,201). Sum of RGB (Red+Green+Blue) = 224+191+201=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFC9 is #1F4036. Grayscale: #CACACA. Windows color (decimal): -2048055 or 13221856. OLE color: 13221856.
HSL color Cylindrical-coordinate representation of color #E0BFC9: hue angle of 341.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFC9 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 201 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.12 |
| HSL | 341.82º | 0.35% | 0.81% | - |
| HSV(B) | 341.82º | 0.15% | 0.88% | - |
| XYZ | 59.91 | 57.33 | 63.17 | - |
| YUV | 202.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 201 | 0 | 0.15 | 0.10 | 0.12 | 341.82 | 0.35 | 0.81 |
| Hex | E0 | BF | C9 | 0 | F | A | C | 156 | 23 | 51 |
| Octal | 340 | 277 | 311 | 0 | 17 | 12 | 14 | 526 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11001001 | 0 | 1111 | 1010 | 1100 | 101010110 | 100011 | 1010001 |
Color Harmonies of #E0BFC9
Complementary color
Monochromatic Colors of #E0BFC9
Black with #E0BFC9
Text Example
Text Example
White with #E0BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFC9; }
p { color: rgb(224,191,201); }
H1.HeaderClassName
{
color: #E0BFC9;
}
.AnyTagClassName
{
color: #E0BFC9;
}
</style>
background-color css
<style>
a { background-color: #E0BFC9; }
a { background-color: rgb(224,191,201); }
div.DivClassName
{
background-color: #E0BFC9;
}
.BgClassName
{
background-color: #E0BFC9;
}
</style>
border-color css
<style>
span { border-color: #E0BFC9; }
span { border-color: rgb(224,191,201); }
td.TdClassName
{
border-color: #E0BFC9;
}
.TagClassName
{
border-color: #E0BFC9;
}
</style>