Shades of Mauve #E7BCF7
Tints of Mauve #E7BCF7
RGB
CMYK
RGB Variations
Color information
#E7BCF7 (or 0xE7BCF7) is known color: Mauve. HEX triplet: E7, BC and F7. RGB value is (231,188,247). Sum of RGB (Red+Green+Blue) = 231+188+247=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7BCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCF7 is #184308. Grayscale: #CFCFCF. Windows color (decimal): -1590025 or 16235751. OLE color: 16235751.
HSL color Cylindrical-coordinate representation of color #E7BCF7: hue angle of 283.73º degrees, saturation: 0.79, 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 #E7BCF7 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 188 | 247 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.03 |
| HSL | 283.73º | 0.79% | 0.85% | - |
| HSV(B) | 283.73º | 0.24% | 0.97% | - |
| XYZ | 67.73 | 59.67 | 95.94 | - |
| YUV | 207.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 247 | 0.06 | 0.24 | 0 | 0.03 | 283.73 | 0.79 | 0.85 |
| Hex | E7 | BC | F7 | 6 | 18 | 0 | 3 | 11C | 4F | 55 |
| Octal | 347 | 274 | 367 | 6 | 30 | 0 | 3 | 434 | 117 | 125 |
| Binary | 11100111 | 10111100 | 11110111 | 110 | 11000 | 0 | 11 | 100011100 | 1001111 | 1010101 |
Color Harmonies of #E7BCF7
Complementary color
Monochromatic Colors of #E7BCF7
Black with #E7BCF7
Text Example
Text Example
White with #E7BCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCF7; }
p { color: rgb(231,188,247); }
H1.HeaderClassName
{
color: #E7BCF7;
}
.AnyTagClassName
{
color: #E7BCF7;
}
</style>
background-color css
<style>
a { background-color: #E7BCF7; }
a { background-color: rgb(231,188,247); }
div.DivClassName
{
background-color: #E7BCF7;
}
.BgClassName
{
background-color: #E7BCF7;
}
</style>
border-color css
<style>
span { border-color: #E7BCF7; }
span { border-color: rgb(231,188,247); }
td.TdClassName
{
border-color: #E7BCF7;
}
.TagClassName
{
border-color: #E7BCF7;
}
</style>