Shades of Mauve #E3BAFE
Tints of Mauve #E3BAFE
RGB
CMYK
RGB Variations
Color information
#E3BAFE (or 0xE3BAFE) is known color: Mauve. HEX triplet: E3, BA and FE. RGB value is (227,186,254). Sum of RGB (Red+Green+Blue) = 227+186+254=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFE is #1C4501. Grayscale: #CDCDCD. Windows color (decimal): -1852674 or 16693987. OLE color: 16693987.
HSL color Cylindrical-coordinate representation of color #E3BAFE: hue angle of 276.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3BAFE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 186 | 254 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.00 |
| HSL | 276.18º | 0.97% | 0.86% | - |
| HSV(B) | 276.18º | 0.27% | 1% | - |
| XYZ | 67.13 | 58.6 | 101.54 | - |
| YUV | 206.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 254 | 0.11 | 0.27 | 0 | 0.00 | 276.18 | 0.97 | 0.86 |
| Hex | E3 | BA | FE | B | 1B | 0 | 0 | 114 | 61 | 56 |
| Octal | 343 | 272 | 376 | 13 | 33 | 0 | 0 | 424 | 141 | 126 |
| Binary | 11100011 | 10111010 | 11111110 | 1011 | 11011 | 0 | 0 | 100010100 | 1100001 | 1010110 |
Color Harmonies of #E3BAFE
Complementary color
Monochromatic Colors of #E3BAFE
Black with #E3BAFE
Text Example
Text Example
White with #E3BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAFE; }
p { color: rgb(227,186,254); }
H1.HeaderClassName
{
color: #E3BAFE;
}
.AnyTagClassName
{
color: #E3BAFE;
}
</style>
background-color css
<style>
a { background-color: #E3BAFE; }
a { background-color: rgb(227,186,254); }
div.DivClassName
{
background-color: #E3BAFE;
}
.BgClassName
{
background-color: #E3BAFE;
}
</style>
border-color css
<style>
span { border-color: #E3BAFE; }
span { border-color: rgb(227,186,254); }
td.TdClassName
{
border-color: #E3BAFE;
}
.TagClassName
{
border-color: #E3BAFE;
}
</style>