Shades of Mauve #E2BBED
Tints of Mauve #E2BBED
RGB
CMYK
RGB Variations
Color information
#E2BBED (or 0xE2BBED) is known color: Mauve. HEX triplet: E2, BB and ED. RGB value is (226,187,237). Sum of RGB (Red+Green+Blue) = 226+187+237=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBED is #1D4412. Grayscale: #CCCCCC. Windows color (decimal): -1917971 or 15580130. OLE color: 15580130.
HSL color Cylindrical-coordinate representation of color #E2BBED: hue angle of 286.8º degrees, saturation: 0.58, 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 #E2BBED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 187 | 237 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 286.8º | 0.58% | 0.83% | - |
| HSV(B) | 286.8º | 0.21% | 0.93% | - |
| XYZ | 64.42 | 57.82 | 87.89 | - |
| YUV | 204.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 237 | 0.05 | 0.21 | 0 | 0.07 | 286.8 | 0.58 | 0.83 |
| Hex | E2 | BB | ED | 5 | 15 | 0 | 7 | 11F | 3A | 53 |
| Octal | 342 | 273 | 355 | 5 | 25 | 0 | 7 | 437 | 72 | 123 |
| Binary | 11100010 | 10111011 | 11101101 | 101 | 10101 | 0 | 111 | 100011111 | 111010 | 1010011 |
Color Harmonies of #E2BBED
Complementary color
Monochromatic Colors of #E2BBED
Black with #E2BBED
Text Example
Text Example
White with #E2BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBED; }
p { color: rgb(226,187,237); }
H1.HeaderClassName
{
color: #E2BBED;
}
.AnyTagClassName
{
color: #E2BBED;
}
</style>
background-color css
<style>
a { background-color: #E2BBED; }
a { background-color: rgb(226,187,237); }
div.DivClassName
{
background-color: #E2BBED;
}
.BgClassName
{
background-color: #E2BBED;
}
</style>
border-color css
<style>
span { border-color: #E2BBED; }
span { border-color: rgb(226,187,237); }
td.TdClassName
{
border-color: #E2BBED;
}
.TagClassName
{
border-color: #E2BBED;
}
</style>