Shades of Melanie #E4BCC1
Tints of Melanie #E4BCC1
RGB
CMYK
RGB Variations
Color information
#E4BCC1 (or 0xE4BCC1) is known color: Melanie. HEX triplet: E4, BC and C1. RGB value is (228,188,193). Sum of RGB (Red+Green+Blue) = 228+188+193=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCC1 is #1B433E. Grayscale: #C8C8C8. Windows color (decimal): -1786687 or 12696804. OLE color: 12696804.
HSL color Cylindrical-coordinate representation of color #E4BCC1: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCC1 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 193 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.11 |
| HSL | 352.5º | 0.43% | 0.82% | - |
| HSV(B) | 352.5º | 0.18% | 0.89% | - |
| XYZ | 59.6 | 56.31 | 58.18 | - |
| YUV | 200.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 193 | 0 | 0.18 | 0.15 | 0.11 | 352.5 | 0.43 | 0.82 |
| Hex | E4 | BC | C1 | 0 | 12 | F | B | 160 | 2B | 52 |
| Octal | 344 | 274 | 301 | 0 | 22 | 17 | 13 | 540 | 53 | 122 |
| Binary | 11100100 | 10111100 | 11000001 | 0 | 10010 | 1111 | 1011 | 101100000 | 101011 | 1010010 |
Color Harmonies of #E4BCC1
Complementary color
Monochromatic Colors of #E4BCC1
Black with #E4BCC1
Text Example
Text Example
White with #E4BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCC1; }
p { color: rgb(228,188,193); }
H1.HeaderClassName
{
color: #E4BCC1;
}
.AnyTagClassName
{
color: #E4BCC1;
}
</style>
background-color css
<style>
a { background-color: #E4BCC1; }
a { background-color: rgb(228,188,193); }
div.DivClassName
{
background-color: #E4BCC1;
}
.BgClassName
{
background-color: #E4BCC1;
}
</style>
border-color css
<style>
span { border-color: #E4BCC1; }
span { border-color: rgb(228,188,193); }
td.TdClassName
{
border-color: #E4BCC1;
}
.TagClassName
{
border-color: #E4BCC1;
}
</style>