Shades of Mauve #E7BFF9
Tints of Mauve #E7BFF9
RGB
CMYK
RGB Variations
Color information
#E7BFF9 (or 0xE7BFF9) is known color: Mauve. HEX triplet: E7, BF and F9. RGB value is (231,191,249). Sum of RGB (Red+Green+Blue) = 231+191+249=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFF9 is #184006. Grayscale: #D1D1D1. Windows color (decimal): -1589255 or 16367591. OLE color: 16367591.
HSL color Cylindrical-coordinate representation of color #E7BFF9: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BFF9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 191 | 249 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.02 |
| HSL | 281.38º | 0.83% | 0.86% | - |
| HSV(B) | 281.38º | 0.23% | 0.98% | - |
| XYZ | 68.68 | 61.09 | 97.79 | - |
| YUV | 209.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 249 | 0.07 | 0.23 | 0 | 0.02 | 281.38 | 0.83 | 0.86 |
| Hex | E7 | BF | F9 | 7 | 17 | 0 | 2 | 119 | 53 | 56 |
| Octal | 347 | 277 | 371 | 7 | 27 | 0 | 2 | 431 | 123 | 126 |
| Binary | 11100111 | 10111111 | 11111001 | 111 | 10111 | 0 | 10 | 100011001 | 1010011 | 1010110 |
Color Harmonies of #E7BFF9
Complementary color
Monochromatic Colors of #E7BFF9
Black with #E7BFF9
Text Example
Text Example
White with #E7BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFF9; }
p { color: rgb(231,191,249); }
H1.HeaderClassName
{
color: #E7BFF9;
}
.AnyTagClassName
{
color: #E7BFF9;
}
</style>
background-color css
<style>
a { background-color: #E7BFF9; }
a { background-color: rgb(231,191,249); }
div.DivClassName
{
background-color: #E7BFF9;
}
.BgClassName
{
background-color: #E7BFF9;
}
</style>
border-color css
<style>
span { border-color: #E7BFF9; }
span { border-color: rgb(231,191,249); }
td.TdClassName
{
border-color: #E7BFF9;
}
.TagClassName
{
border-color: #E7BFF9;
}
</style>