Shades of Mauve #E9BAFC
Tints of Mauve #E9BAFC
RGB
CMYK
RGB Variations
Color information
#E9BAFC (or 0xE9BAFC) is known color: Mauve. HEX triplet: E9, BA and FC. RGB value is (233,186,252). Sum of RGB (Red+Green+Blue) = 233+186+252=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFC is #164503. Grayscale: #CFCFCF. Windows color (decimal): -1459460 or 16562921. OLE color: 16562921.
HSL color Cylindrical-coordinate representation of color #E9BAFC: hue angle of 282.73º 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 #E9BAFC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 186 | 252 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 282.73º | 0.92% | 0.86% | - |
| HSV(B) | 282.73º | 0.26% | 0.99% | - |
| XYZ | 68.73 | 59.47 | 99.95 | - |
| YUV | 207.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 252 | 0.08 | 0.26 | 0 | 0.01 | 282.73 | 0.92 | 0.86 |
| Hex | E9 | BA | FC | 8 | 1A | 0 | 1 | 11B | 5C | 56 |
| Octal | 351 | 272 | 374 | 10 | 32 | 0 | 1 | 433 | 134 | 126 |
| Binary | 11101001 | 10111010 | 11111100 | 1000 | 11010 | 0 | 1 | 100011011 | 1011100 | 1010110 |
Color Harmonies of #E9BAFC
Complementary color
Monochromatic Colors of #E9BAFC
Black with #E9BAFC
Text Example
Text Example
White with #E9BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAFC; }
p { color: rgb(233,186,252); }
H1.HeaderClassName
{
color: #E9BAFC;
}
.AnyTagClassName
{
color: #E9BAFC;
}
</style>
background-color css
<style>
a { background-color: #E9BAFC; }
a { background-color: rgb(233,186,252); }
div.DivClassName
{
background-color: #E9BAFC;
}
.BgClassName
{
background-color: #E9BAFC;
}
</style>
border-color css
<style>
span { border-color: #E9BAFC; }
span { border-color: rgb(233,186,252); }
td.TdClassName
{
border-color: #E9BAFC;
}
.TagClassName
{
border-color: #E9BAFC;
}
</style>