Shades of Mauve #E7BAFB
Tints of Mauve #E7BAFB
RGB
CMYK
RGB Variations
Color information
#E7BAFB (or 0xE7BAFB) is known color: Mauve. HEX triplet: E7, BA and FB. RGB value is (231,186,251). Sum of RGB (Red+Green+Blue) = 231+186+251=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFB is #184504. Grayscale: #CECECE. Windows color (decimal): -1590533 or 16497383. OLE color: 16497383.
HSL color Cylindrical-coordinate representation of color #E7BAFB: hue angle of 281.54º 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 #E7BAFB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 186 | 251 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.02 |
| HSL | 281.54º | 0.89% | 0.86% | - |
| HSV(B) | 281.54º | 0.26% | 0.98% | - |
| XYZ | 67.93 | 59.07 | 99.09 | - |
| YUV | 206.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 251 | 0.08 | 0.26 | 0 | 0.02 | 281.54 | 0.89 | 0.86 |
| Hex | E7 | BA | FB | 8 | 1A | 0 | 2 | 11A | 59 | 56 |
| Octal | 347 | 272 | 373 | 10 | 32 | 0 | 2 | 432 | 131 | 126 |
| Binary | 11100111 | 10111010 | 11111011 | 1000 | 11010 | 0 | 10 | 100011010 | 1011001 | 1010110 |
Color Harmonies of #E7BAFB
Complementary color
Monochromatic Colors of #E7BAFB
Black with #E7BAFB
Text Example
Text Example
White with #E7BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAFB; }
p { color: rgb(231,186,251); }
H1.HeaderClassName
{
color: #E7BAFB;
}
.AnyTagClassName
{
color: #E7BAFB;
}
</style>
background-color css
<style>
a { background-color: #E7BAFB; }
a { background-color: rgb(231,186,251); }
div.DivClassName
{
background-color: #E7BAFB;
}
.BgClassName
{
background-color: #E7BAFB;
}
</style>
border-color css
<style>
span { border-color: #E7BAFB; }
span { border-color: rgb(231,186,251); }
td.TdClassName
{
border-color: #E7BAFB;
}
.TagClassName
{
border-color: #E7BAFB;
}
</style>