Shades of Mauve #E2BCED
Tints of Mauve #E2BCED
RGB
CMYK
RGB Variations
Color information
#E2BCED (or 0xE2BCED) is known color: Mauve. HEX triplet: E2, BC and ED. RGB value is (226,188,237). Sum of RGB (Red+Green+Blue) = 226+188+237=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCED is #1D4312. Grayscale: #CCCCCC. Windows color (decimal): -1917715 or 15580386. OLE color: 15580386.
HSL color Cylindrical-coordinate representation of color #E2BCED: hue angle of 286.53º 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 #E2BCED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 188 | 237 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 286.53º | 0.58% | 0.83% | - |
| HSV(B) | 286.53º | 0.21% | 0.93% | - |
| XYZ | 64.63 | 58.25 | 87.96 | - |
| YUV | 204.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 237 | 0.05 | 0.21 | 0 | 0.07 | 286.53 | 0.58 | 0.83 |
| Hex | E2 | BC | ED | 5 | 15 | 0 | 7 | 11F | 3A | 53 |
| Octal | 342 | 274 | 355 | 5 | 25 | 0 | 7 | 437 | 72 | 123 |
| Binary | 11100010 | 10111100 | 11101101 | 101 | 10101 | 0 | 111 | 100011111 | 111010 | 1010011 |
Color Harmonies of #E2BCED
Complementary color
Monochromatic Colors of #E2BCED
Black with #E2BCED
Text Example
Text Example
White with #E2BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCED; }
p { color: rgb(226,188,237); }
H1.HeaderClassName
{
color: #E2BCED;
}
.AnyTagClassName
{
color: #E2BCED;
}
</style>
background-color css
<style>
a { background-color: #E2BCED; }
a { background-color: rgb(226,188,237); }
div.DivClassName
{
background-color: #E2BCED;
}
.BgClassName
{
background-color: #E2BCED;
}
</style>
border-color css
<style>
span { border-color: #E2BCED; }
span { border-color: rgb(226,188,237); }
td.TdClassName
{
border-color: #E2BCED;
}
.TagClassName
{
border-color: #E2BCED;
}
</style>