Shades of Mauve #E7BAFF
Tints of Mauve #E7BAFF
RGB
CMYK
RGB Variations
Color information
#E7BAFF (or 0xE7BAFF) is known color: Mauve. HEX triplet: E7, BA and FF. RGB value is (231,186,255). Sum of RGB (Red+Green+Blue) = 231+186+255=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFF is #184500. Grayscale: #CFCFCF. Windows color (decimal): -1590529 or 16759527. OLE color: 16759527.
HSL color Cylindrical-coordinate representation of color #E7BAFF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BAFF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 186 | 255 | - |
| CMYK | 0.09 | 0.27 | 0 | 0 |
| HSL | 279.13º | 1% | 0.86% | - |
| HSV(B) | 279.13º | 0.27% | 1% | - |
| XYZ | 68.56 | 59.33 | 102.45 | - |
| YUV | 207.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 255 | 0.09 | 0.27 | 0 | 0 | 279.13 | 1 | 0.86 |
| Hex | E7 | BA | FF | 9 | 1B | 0 | 0 | 117 | 64 | 56 |
| Octal | 347 | 272 | 377 | 11 | 33 | 0 | 0 | 427 | 144 | 126 |
| Binary | 11100111 | 10111010 | 11111111 | 1001 | 11011 | 0 | 0 | 100010111 | 1100100 | 1010110 |
Color Harmonies of #E7BAFF
Complementary color
Monochromatic Colors of #E7BAFF
Black with #E7BAFF
Text Example
Text Example
White with #E7BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAFF; }
p { color: rgb(231,186,255); }
H1.HeaderClassName
{
color: #E7BAFF;
}
.AnyTagClassName
{
color: #E7BAFF;
}
</style>
background-color css
<style>
a { background-color: #E7BAFF; }
a { background-color: rgb(231,186,255); }
div.DivClassName
{
background-color: #E7BAFF;
}
.BgClassName
{
background-color: #E7BAFF;
}
</style>
border-color css
<style>
span { border-color: #E7BAFF; }
span { border-color: rgb(231,186,255); }
td.TdClassName
{
border-color: #E7BAFF;
}
.TagClassName
{
border-color: #E7BAFF;
}
</style>