Shades of Mauve #E2BBEC
Tints of Mauve #E2BBEC
RGB
CMYK
RGB Variations
Color information
#E2BBEC (or 0xE2BBEC) is known color: Mauve. HEX triplet: E2, BB and EC. RGB value is (226,187,236). Sum of RGB (Red+Green+Blue) = 226+187+236=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEC is #1D4413. Grayscale: #CCCCCC. Windows color (decimal): -1917972 or 15514594. OLE color: 15514594.
HSL color Cylindrical-coordinate representation of color #E2BBEC: hue angle of 287.76º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BBEC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 187 | 236 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.07 |
| HSL | 287.76º | 0.56% | 0.83% | - |
| HSV(B) | 287.76º | 0.21% | 0.93% | - |
| XYZ | 64.27 | 57.77 | 87.12 | - |
| YUV | 204.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 236 | 0.04 | 0.21 | 0 | 0.07 | 287.76 | 0.56 | 0.83 |
| Hex | E2 | BB | EC | 4 | 15 | 0 | 7 | 120 | 38 | 53 |
| Octal | 342 | 273 | 354 | 4 | 25 | 0 | 7 | 440 | 70 | 123 |
| Binary | 11100010 | 10111011 | 11101100 | 100 | 10101 | 0 | 111 | 100100000 | 111000 | 1010011 |
Color Harmonies of #E2BBEC
Complementary color
Monochromatic Colors of #E2BBEC
Black with #E2BBEC
Text Example
Text Example
White with #E2BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBEC; }
p { color: rgb(226,187,236); }
H1.HeaderClassName
{
color: #E2BBEC;
}
.AnyTagClassName
{
color: #E2BBEC;
}
</style>
background-color css
<style>
a { background-color: #E2BBEC; }
a { background-color: rgb(226,187,236); }
div.DivClassName
{
background-color: #E2BBEC;
}
.BgClassName
{
background-color: #E2BBEC;
}
</style>
border-color css
<style>
span { border-color: #E2BBEC; }
span { border-color: rgb(226,187,236); }
td.TdClassName
{
border-color: #E2BBEC;
}
.TagClassName
{
border-color: #E2BBEC;
}
</style>