Shades of Mauve #E3BAFD
Tints of Mauve #E3BAFD
RGB
CMYK
RGB Variations
Color information
#E3BAFD (or 0xE3BAFD) is known color: Mauve. HEX triplet: E3, BA and FD. RGB value is (227,186,253). Sum of RGB (Red+Green+Blue) = 227+186+253=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFD is #1C4502. Grayscale: #CDCDCD. Windows color (decimal): -1852675 or 16628451. OLE color: 16628451.
HSL color Cylindrical-coordinate representation of color #E3BAFD: hue angle of 276.72º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3BAFD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 186 | 253 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.01 |
| HSL | 276.72º | 0.94% | 0.86% | - |
| HSV(B) | 276.72º | 0.26% | 0.99% | - |
| XYZ | 66.97 | 58.54 | 100.7 | - |
| YUV | 205.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 253 | 0.10 | 0.26 | 0 | 0.01 | 276.72 | 0.94 | 0.86 |
| Hex | E3 | BA | FD | A | 1A | 0 | 1 | 115 | 5E | 56 |
| Octal | 343 | 272 | 375 | 12 | 32 | 0 | 1 | 425 | 136 | 126 |
| Binary | 11100011 | 10111010 | 11111101 | 1010 | 11010 | 0 | 1 | 100010101 | 1011110 | 1010110 |
Color Harmonies of #E3BAFD
Complementary color
Monochromatic Colors of #E3BAFD
Black with #E3BAFD
Text Example
Text Example
White with #E3BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAFD; }
p { color: rgb(227,186,253); }
H1.HeaderClassName
{
color: #E3BAFD;
}
.AnyTagClassName
{
color: #E3BAFD;
}
</style>
background-color css
<style>
a { background-color: #E3BAFD; }
a { background-color: rgb(227,186,253); }
div.DivClassName
{
background-color: #E3BAFD;
}
.BgClassName
{
background-color: #E3BAFD;
}
</style>
border-color css
<style>
span { border-color: #E3BAFD; }
span { border-color: rgb(227,186,253); }
td.TdClassName
{
border-color: #E3BAFD;
}
.TagClassName
{
border-color: #E3BAFD;
}
</style>