Shades of Melanie #E3BDC6
Tints of Melanie #E3BDC6
RGB
CMYK
RGB Variations
Color information
#E3BDC6 (or 0xE3BDC6) is known color: Melanie. HEX triplet: E3, BD and C6. RGB value is (227,189,198). Sum of RGB (Red+Green+Blue) = 227+189+198=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDC6 is #1C4239. Grayscale: #C9C9C9. Windows color (decimal): -1851962 or 13024739. OLE color: 13024739.
HSL color Cylindrical-coordinate representation of color #E3BDC6: hue angle of 345.79º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BDC6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 198 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.11 |
| HSL | 345.79º | 0.4% | 0.82% | - |
| HSV(B) | 345.79º | 0.17% | 0.89% | - |
| XYZ | 60.07 | 56.8 | 61.22 | - |
| YUV | 201.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 198 | 0 | 0.17 | 0.13 | 0.11 | 345.79 | 0.4 | 0.82 |
| Hex | E3 | BD | C6 | 0 | 11 | D | B | 15A | 28 | 52 |
| Octal | 343 | 275 | 306 | 0 | 21 | 15 | 13 | 532 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11000110 | 0 | 10001 | 1101 | 1011 | 101011010 | 101000 | 1010010 |
Color Harmonies of #E3BDC6
Complementary color
Monochromatic Colors of #E3BDC6
Black with #E3BDC6
Text Example
Text Example
White with #E3BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDC6; }
p { color: rgb(227,189,198); }
H1.HeaderClassName
{
color: #E3BDC6;
}
.AnyTagClassName
{
color: #E3BDC6;
}
</style>
background-color css
<style>
a { background-color: #E3BDC6; }
a { background-color: rgb(227,189,198); }
div.DivClassName
{
background-color: #E3BDC6;
}
.BgClassName
{
background-color: #E3BDC6;
}
</style>
border-color css
<style>
span { border-color: #E3BDC6; }
span { border-color: rgb(227,189,198); }
td.TdClassName
{
border-color: #E3BDC6;
}
.TagClassName
{
border-color: #E3BDC6;
}
</style>