Shades of Mauve #E3BAEF
Tints of Mauve #E3BAEF
RGB
CMYK
RGB Variations
Color information
#E3BAEF (or 0xE3BAEF) is known color: Mauve. HEX triplet: E3, BA and EF. RGB value is (227,186,239). Sum of RGB (Red+Green+Blue) = 227+186+239=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAEF is #1C4510. Grayscale: #CCCCCC. Windows color (decimal): -1852689 or 15710947. OLE color: 15710947.
HSL color Cylindrical-coordinate representation of color #E3BAEF: hue angle of 286.42º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BAEF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 186 | 239 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.06 |
| HSL | 286.42º | 0.62% | 0.83% | - |
| HSV(B) | 286.42º | 0.22% | 0.94% | - |
| XYZ | 64.82 | 57.68 | 89.38 | - |
| YUV | 204.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 239 | 0.05 | 0.22 | 0 | 0.06 | 286.42 | 0.62 | 0.83 |
| Hex | E3 | BA | EF | 5 | 16 | 0 | 6 | 11E | 3E | 53 |
| Octal | 343 | 272 | 357 | 5 | 26 | 0 | 6 | 436 | 76 | 123 |
| Binary | 11100011 | 10111010 | 11101111 | 101 | 10110 | 0 | 110 | 100011110 | 111110 | 1010011 |
Color Harmonies of #E3BAEF
Complementary color
Monochromatic Colors of #E3BAEF
Black with #E3BAEF
Text Example
Text Example
White with #E3BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAEF; }
p { color: rgb(227,186,239); }
H1.HeaderClassName
{
color: #E3BAEF;
}
.AnyTagClassName
{
color: #E3BAEF;
}
</style>
background-color css
<style>
a { background-color: #E3BAEF; }
a { background-color: rgb(227,186,239); }
div.DivClassName
{
background-color: #E3BAEF;
}
.BgClassName
{
background-color: #E3BAEF;
}
</style>
border-color css
<style>
span { border-color: #E3BAEF; }
span { border-color: rgb(227,186,239); }
td.TdClassName
{
border-color: #E3BAEF;
}
.TagClassName
{
border-color: #E3BAEF;
}
</style>