Shades of Mauve #E3BAFC
Tints of Mauve #E3BAFC
RGB
CMYK
RGB Variations
Color information
#E3BAFC (or 0xE3BAFC) is known color: Mauve. HEX triplet: E3, BA and FC. RGB value is (227,186,252). Sum of RGB (Red+Green+Blue) = 227+186+252=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFC is #1C4503. Grayscale: #CDCDCD. Windows color (decimal): -1852676 or 16562915. OLE color: 16562915.
HSL color Cylindrical-coordinate representation of color #E3BAFC: hue angle of 277.27º degrees, saturation: 0.92, 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 #E3BAFC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 186 | 252 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.01 |
| HSL | 277.27º | 0.92% | 0.86% | - |
| HSV(B) | 277.27º | 0.26% | 0.99% | - |
| XYZ | 66.81 | 58.48 | 99.86 | - |
| YUV | 205.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 252 | 0.10 | 0.26 | 0 | 0.01 | 277.27 | 0.92 | 0.86 |
| Hex | E3 | BA | FC | A | 1A | 0 | 1 | 115 | 5C | 56 |
| Octal | 343 | 272 | 374 | 12 | 32 | 0 | 1 | 425 | 134 | 126 |
| Binary | 11100011 | 10111010 | 11111100 | 1010 | 11010 | 0 | 1 | 100010101 | 1011100 | 1010110 |
Color Harmonies of #E3BAFC
Complementary color
Monochromatic Colors of #E3BAFC
Black with #E3BAFC
Text Example
Text Example
White with #E3BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAFC; }
p { color: rgb(227,186,252); }
H1.HeaderClassName
{
color: #E3BAFC;
}
.AnyTagClassName
{
color: #E3BAFC;
}
</style>
background-color css
<style>
a { background-color: #E3BAFC; }
a { background-color: rgb(227,186,252); }
div.DivClassName
{
background-color: #E3BAFC;
}
.BgClassName
{
background-color: #E3BAFC;
}
</style>
border-color css
<style>
span { border-color: #E3BAFC; }
span { border-color: rgb(227,186,252); }
td.TdClassName
{
border-color: #E3BAFC;
}
.TagClassName
{
border-color: #E3BAFC;
}
</style>