Shades of Mauve #E3BAFF
Tints of Mauve #E3BAFF
RGB
CMYK
RGB Variations
Color information
#E3BAFF (or 0xE3BAFF) is known color: Mauve. HEX triplet: E3, BA and FF. RGB value is (227,186,255). Sum of RGB (Red+Green+Blue) = 227+186+255=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFF is #1C4500. Grayscale: #CDCDCD. Windows color (decimal): -1852673 or 16759523. OLE color: 16759523.
HSL color Cylindrical-coordinate representation of color #E3BAFF: hue angle of 275.65º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3BAFF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 186 | 255 | - |
| CMYK | 0.11 | 0.27 | 0 | 0 |
| HSL | 275.65º | 1% | 0.86% | - |
| HSV(B) | 275.65º | 0.27% | 1% | - |
| XYZ | 67.29 | 58.67 | 102.39 | - |
| YUV | 206.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 255 | 0.11 | 0.27 | 0 | 0 | 275.65 | 1 | 0.86 |
| Hex | E3 | BA | FF | B | 1B | 0 | 0 | 114 | 64 | 56 |
| Octal | 343 | 272 | 377 | 13 | 33 | 0 | 0 | 424 | 144 | 126 |
| Binary | 11100011 | 10111010 | 11111111 | 1011 | 11011 | 0 | 0 | 100010100 | 1100100 | 1010110 |
Color Harmonies of #E3BAFF
Complementary color
Monochromatic Colors of #E3BAFF
Black with #E3BAFF
Text Example
Text Example
White with #E3BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAFF; }
p { color: rgb(227,186,255); }
H1.HeaderClassName
{
color: #E3BAFF;
}
.AnyTagClassName
{
color: #E3BAFF;
}
</style>
background-color css
<style>
a { background-color: #E3BAFF; }
a { background-color: rgb(227,186,255); }
div.DivClassName
{
background-color: #E3BAFF;
}
.BgClassName
{
background-color: #E3BAFF;
}
</style>
border-color css
<style>
span { border-color: #E3BAFF; }
span { border-color: rgb(227,186,255); }
td.TdClassName
{
border-color: #E3BAFF;
}
.TagClassName
{
border-color: #E3BAFF;
}
</style>