Shades of Melanie #E4BDC6
Tints of Melanie #E4BDC6
RGB
CMYK
RGB Variations
Color information
#E4BDC6 (or 0xE4BDC6) is known color: Melanie. HEX triplet: E4, BD and C6. RGB value is (228,189,198). Sum of RGB (Red+Green+Blue) = 228+189+198=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDC6 is #1B4239. Grayscale: #C9C9C9. Windows color (decimal): -1786426 or 13024740. OLE color: 13024740.
HSL color Cylindrical-coordinate representation of color #E4BDC6: hue angle of 346.15º degrees, saturation: 0.42, 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 #E4BDC6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 198 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.11 |
| HSL | 346.15º | 0.42% | 0.82% | - |
| HSV(B) | 346.15º | 0.17% | 0.89% | - |
| XYZ | 60.39 | 56.97 | 61.24 | - |
| YUV | 201.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 198 | 0 | 0.17 | 0.13 | 0.11 | 346.15 | 0.42 | 0.82 |
| Hex | E4 | BD | C6 | 0 | 11 | D | B | 15A | 2A | 52 |
| Octal | 344 | 275 | 306 | 0 | 21 | 15 | 13 | 532 | 52 | 122 |
| Binary | 11100100 | 10111101 | 11000110 | 0 | 10001 | 1101 | 1011 | 101011010 | 101010 | 1010010 |
Color Harmonies of #E4BDC6
Complementary color
Monochromatic Colors of #E4BDC6
Black with #E4BDC6
Text Example
Text Example
White with #E4BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDC6; }
p { color: rgb(228,189,198); }
H1.HeaderClassName
{
color: #E4BDC6;
}
.AnyTagClassName
{
color: #E4BDC6;
}
</style>
background-color css
<style>
a { background-color: #E4BDC6; }
a { background-color: rgb(228,189,198); }
div.DivClassName
{
background-color: #E4BDC6;
}
.BgClassName
{
background-color: #E4BDC6;
}
</style>
border-color css
<style>
span { border-color: #E4BDC6; }
span { border-color: rgb(228,189,198); }
td.TdClassName
{
border-color: #E4BDC6;
}
.TagClassName
{
border-color: #E4BDC6;
}
</style>