Shades of Melanie #E2BBC3
Tints of Melanie #E2BBC3
RGB
CMYK
RGB Variations
Color information
#E2BBC3 (or 0xE2BBC3) is known color: Melanie. HEX triplet: E2, BB and C3. RGB value is (226,187,195). Sum of RGB (Red+Green+Blue) = 226+187+195=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC3 is #1D443C. Grayscale: #C7C7C7. Windows color (decimal): -1918013 or 12827618. OLE color: 12827618.
HSL color Cylindrical-coordinate representation of color #E2BBC3: hue angle of 347.69º 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 #E2BBC3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 195 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.11 |
| HSL | 347.69º | 0.4% | 0.81% | - |
| HSV(B) | 347.69º | 0.17% | 0.89% | - |
| XYZ | 58.98 | 55.65 | 59.26 | - |
| YUV | 199.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 195 | 0 | 0.17 | 0.14 | 0.11 | 347.69 | 0.4 | 0.81 |
| Hex | E2 | BB | C3 | 0 | 11 | E | B | 15C | 28 | 51 |
| Octal | 342 | 273 | 303 | 0 | 21 | 16 | 13 | 534 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11000011 | 0 | 10001 | 1110 | 1011 | 101011100 | 101000 | 1010001 |
Color Harmonies of #E2BBC3
Complementary color
Monochromatic Colors of #E2BBC3
Black with #E2BBC3
Text Example
Text Example
White with #E2BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBC3; }
p { color: rgb(226,187,195); }
H1.HeaderClassName
{
color: #E2BBC3;
}
.AnyTagClassName
{
color: #E2BBC3;
}
</style>
background-color css
<style>
a { background-color: #E2BBC3; }
a { background-color: rgb(226,187,195); }
div.DivClassName
{
background-color: #E2BBC3;
}
.BgClassName
{
background-color: #E2BBC3;
}
</style>
border-color css
<style>
span { border-color: #E2BBC3; }
span { border-color: rgb(226,187,195); }
td.TdClassName
{
border-color: #E2BBC3;
}
.TagClassName
{
border-color: #E2BBC3;
}
</style>