Shades of Mauve #E1BCED
Tints of Mauve #E1BCED
RGB
CMYK
RGB Variations
Color information
#E1BCED (or 0xE1BCED) is known color: Mauve. HEX triplet: E1, BC and ED. RGB value is (225,188,237). Sum of RGB (Red+Green+Blue) = 225+188+237=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 188 (73.83% from 255 or 28.92% 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 #E1BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCED is #1E4312. Grayscale: #CCCCCC. Windows color (decimal): -1983251 or 15580385. OLE color: 15580385.
HSL color Cylindrical-coordinate representation of color #E1BCED: hue angle of 285.31º 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 #E1BCED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 188 | 237 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 285.31º | 0.58% | 0.83% | - |
| HSV(B) | 285.31º | 0.21% | 0.93% | - |
| XYZ | 64.32 | 58.09 | 87.94 | - |
| YUV | 204.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 237 | 0.05 | 0.21 | 0 | 0.07 | 285.31 | 0.58 | 0.83 |
| Hex | E1 | BC | ED | 5 | 15 | 0 | 7 | 11D | 3A | 53 |
| Octal | 341 | 274 | 355 | 5 | 25 | 0 | 7 | 435 | 72 | 123 |
| Binary | 11100001 | 10111100 | 11101101 | 101 | 10101 | 0 | 111 | 100011101 | 111010 | 1010011 |
Color Harmonies of #E1BCED
Complementary color
Monochromatic Colors of #E1BCED
Black with #E1BCED
Text Example
Text Example
White with #E1BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCED; }
p { color: rgb(225,188,237); }
H1.HeaderClassName
{
color: #E1BCED;
}
.AnyTagClassName
{
color: #E1BCED;
}
</style>
background-color css
<style>
a { background-color: #E1BCED; }
a { background-color: rgb(225,188,237); }
div.DivClassName
{
background-color: #E1BCED;
}
.BgClassName
{
background-color: #E1BCED;
}
</style>
border-color css
<style>
span { border-color: #E1BCED; }
span { border-color: rgb(225,188,237); }
td.TdClassName
{
border-color: #E1BCED;
}
.TagClassName
{
border-color: #E1BCED;
}
</style>