Shades of Mauve #E8BAFB
Tints of Mauve #E8BAFB
RGB
CMYK
RGB Variations
Color information
#E8BAFB (or 0xE8BAFB) is known color: Mauve. HEX triplet: E8, BA and FB. RGB value is (232,186,251). Sum of RGB (Red+Green+Blue) = 232+186+251=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFB is #174504. Grayscale: #CECECE. Windows color (decimal): -1524997 or 16497384. OLE color: 16497384.
HSL color Cylindrical-coordinate representation of color #E8BAFB: hue angle of 282.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BAFB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 186 | 251 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.02 |
| HSL | 282.46º | 0.89% | 0.86% | - |
| HSV(B) | 282.46º | 0.26% | 0.98% | - |
| XYZ | 68.25 | 59.24 | 99.1 | - |
| YUV | 207.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 251 | 0.08 | 0.26 | 0 | 0.02 | 282.46 | 0.89 | 0.86 |
| Hex | E8 | BA | FB | 8 | 1A | 0 | 2 | 11A | 59 | 56 |
| Octal | 350 | 272 | 373 | 10 | 32 | 0 | 2 | 432 | 131 | 126 |
| Binary | 11101000 | 10111010 | 11111011 | 1000 | 11010 | 0 | 10 | 100011010 | 1011001 | 1010110 |
Color Harmonies of #E8BAFB
Complementary color
Monochromatic Colors of #E8BAFB
Black with #E8BAFB
Text Example
Text Example
White with #E8BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAFB; }
p { color: rgb(232,186,251); }
H1.HeaderClassName
{
color: #E8BAFB;
}
.AnyTagClassName
{
color: #E8BAFB;
}
</style>
background-color css
<style>
a { background-color: #E8BAFB; }
a { background-color: rgb(232,186,251); }
div.DivClassName
{
background-color: #E8BAFB;
}
.BgClassName
{
background-color: #E8BAFB;
}
</style>
border-color css
<style>
span { border-color: #E8BAFB; }
span { border-color: rgb(232,186,251); }
td.TdClassName
{
border-color: #E8BAFB;
}
.TagClassName
{
border-color: #E8BAFB;
}
</style>