Shades of Mauve #E7BCF8
Tints of Mauve #E7BCF8
RGB
CMYK
RGB Variations
Color information
#E7BCF8 (or 0xE7BCF8) is known color: Mauve. HEX triplet: E7, BC and F8. RGB value is (231,188,248). Sum of RGB (Red+Green+Blue) = 231+188+248=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7BCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCF8 is #184307. Grayscale: #CFCFCF. Windows color (decimal): -1590024 or 16301287. OLE color: 16301287.
HSL color Cylindrical-coordinate representation of color #E7BCF8: hue angle of 283º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BCF8 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 188 | 248 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.03 |
| HSL | 283º | 0.81% | 0.85% | - |
| HSV(B) | 283º | 0.24% | 0.97% | - |
| XYZ | 67.88 | 59.73 | 96.76 | - |
| YUV | 207.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 248 | 0.07 | 0.24 | 0 | 0.03 | 283 | 0.81 | 0.85 |
| Hex | E7 | BC | F8 | 7 | 18 | 0 | 3 | 11B | 51 | 55 |
| Octal | 347 | 274 | 370 | 7 | 30 | 0 | 3 | 433 | 121 | 125 |
| Binary | 11100111 | 10111100 | 11111000 | 111 | 11000 | 0 | 11 | 100011011 | 1010001 | 1010101 |
Color Harmonies of #E7BCF8
Complementary color
Monochromatic Colors of #E7BCF8
Black with #E7BCF8
Text Example
Text Example
White with #E7BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCF8; }
p { color: rgb(231,188,248); }
H1.HeaderClassName
{
color: #E7BCF8;
}
.AnyTagClassName
{
color: #E7BCF8;
}
</style>
background-color css
<style>
a { background-color: #E7BCF8; }
a { background-color: rgb(231,188,248); }
div.DivClassName
{
background-color: #E7BCF8;
}
.BgClassName
{
background-color: #E7BCF8;
}
</style>
border-color css
<style>
span { border-color: #E7BCF8; }
span { border-color: rgb(231,188,248); }
td.TdClassName
{
border-color: #E7BCF8;
}
.TagClassName
{
border-color: #E7BCF8;
}
</style>