Shades of Mauve #E7BEF6
Tints of Mauve #E7BEF6
RGB
CMYK
RGB Variations
Color information
#E7BEF6 (or 0xE7BEF6) is known color: Mauve. HEX triplet: E7, BE and F6. RGB value is (231,190,246). Sum of RGB (Red+Green+Blue) = 231+190+246=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7BEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEF6 is #184109. Grayscale: #D0D0D0. Windows color (decimal): -1589514 or 16170727. OLE color: 16170727.
HSL color Cylindrical-coordinate representation of color #E7BEF6: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BEF6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 190 | 246 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.04 |
| HSL | 283.93º | 0.76% | 0.85% | - |
| HSV(B) | 283.93º | 0.23% | 0.96% | - |
| XYZ | 68 | 60.47 | 95.28 | - |
| YUV | 208.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 246 | 0.06 | 0.23 | 0 | 0.04 | 283.93 | 0.76 | 0.85 |
| Hex | E7 | BE | F6 | 6 | 17 | 0 | 4 | 11C | 4C | 55 |
| Octal | 347 | 276 | 366 | 6 | 27 | 0 | 4 | 434 | 114 | 125 |
| Binary | 11100111 | 10111110 | 11110110 | 110 | 10111 | 0 | 100 | 100011100 | 1001100 | 1010101 |
Color Harmonies of #E7BEF6
Complementary color
Monochromatic Colors of #E7BEF6
Black with #E7BEF6
Text Example
Text Example
White with #E7BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BEF6; }
p { color: rgb(231,190,246); }
H1.HeaderClassName
{
color: #E7BEF6;
}
.AnyTagClassName
{
color: #E7BEF6;
}
</style>
background-color css
<style>
a { background-color: #E7BEF6; }
a { background-color: rgb(231,190,246); }
div.DivClassName
{
background-color: #E7BEF6;
}
.BgClassName
{
background-color: #E7BEF6;
}
</style>
border-color css
<style>
span { border-color: #E7BEF6; }
span { border-color: rgb(231,190,246); }
td.TdClassName
{
border-color: #E7BEF6;
}
.TagClassName
{
border-color: #E7BEF6;
}
</style>