Shades of Melanie #E2BBC4
Tints of Melanie #E2BBC4
RGB
CMYK
RGB Variations
Color information
#E2BBC4 (or 0xE2BBC4) is known color: Melanie. HEX triplet: E2, BB and C4. RGB value is (226,187,196). Sum of RGB (Red+Green+Blue) = 226+187+196=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC4 is #1D443B. Grayscale: #C7C7C7. Windows color (decimal): -1918012 or 12893154. OLE color: 12893154.
HSL color Cylindrical-coordinate representation of color #E2BBC4: hue angle of 346.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BBC4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 196 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.11 |
| HSL | 346.15º | 0.4% | 0.81% | - |
| HSV(B) | 346.15º | 0.17% | 0.89% | - |
| XYZ | 59.1 | 55.69 | 59.86 | - |
| YUV | 199.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 196 | 0 | 0.17 | 0.13 | 0.11 | 346.15 | 0.4 | 0.81 |
| Hex | E2 | BB | C4 | 0 | 11 | D | B | 15A | 28 | 51 |
| Octal | 342 | 273 | 304 | 0 | 21 | 15 | 13 | 532 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11000100 | 0 | 10001 | 1101 | 1011 | 101011010 | 101000 | 1010001 |
Color Harmonies of #E2BBC4
Complementary color
Monochromatic Colors of #E2BBC4
Black with #E2BBC4
Text Example
Text Example
White with #E2BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBC4; }
p { color: rgb(226,187,196); }
H1.HeaderClassName
{
color: #E2BBC4;
}
.AnyTagClassName
{
color: #E2BBC4;
}
</style>
background-color css
<style>
a { background-color: #E2BBC4; }
a { background-color: rgb(226,187,196); }
div.DivClassName
{
background-color: #E2BBC4;
}
.BgClassName
{
background-color: #E2BBC4;
}
</style>
border-color css
<style>
span { border-color: #E2BBC4; }
span { border-color: rgb(226,187,196); }
td.TdClassName
{
border-color: #E2BBC4;
}
.TagClassName
{
border-color: #E2BBC4;
}
</style>