Shades of Mauve #E3BCED
Tints of Mauve #E3BCED
RGB
CMYK
RGB Variations
Color information
#E3BCED (or 0xE3BCED) is known color: Mauve. HEX triplet: E3, BC and ED. RGB value is (227,188,237). Sum of RGB (Red+Green+Blue) = 227+188+237=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCED is #1C4312. Grayscale: #CDCDCD. Windows color (decimal): -1852179 or 15580387. OLE color: 15580387.
HSL color Cylindrical-coordinate representation of color #E3BCED: hue angle of 287.76º 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 #E3BCED is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 188 | 237 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.07 |
| HSL | 287.76º | 0.58% | 0.83% | - |
| HSV(B) | 287.76º | 0.21% | 0.93% | - |
| XYZ | 64.95 | 58.41 | 87.97 | - |
| YUV | 205.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 237 | 0.04 | 0.21 | 0 | 0.07 | 287.76 | 0.58 | 0.83 |
| Hex | E3 | BC | ED | 4 | 15 | 0 | 7 | 120 | 3A | 53 |
| Octal | 343 | 274 | 355 | 4 | 25 | 0 | 7 | 440 | 72 | 123 |
| Binary | 11100011 | 10111100 | 11101101 | 100 | 10101 | 0 | 111 | 100100000 | 111010 | 1010011 |
Color Harmonies of #E3BCED
Complementary color
Monochromatic Colors of #E3BCED
Black with #E3BCED
Text Example
Text Example
White with #E3BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCED; }
p { color: rgb(227,188,237); }
H1.HeaderClassName
{
color: #E3BCED;
}
.AnyTagClassName
{
color: #E3BCED;
}
</style>
background-color css
<style>
a { background-color: #E3BCED; }
a { background-color: rgb(227,188,237); }
div.DivClassName
{
background-color: #E3BCED;
}
.BgClassName
{
background-color: #E3BCED;
}
</style>
border-color css
<style>
span { border-color: #E3BCED; }
span { border-color: rgb(227,188,237); }
td.TdClassName
{
border-color: #E3BCED;
}
.TagClassName
{
border-color: #E3BCED;
}
</style>