Shades of Mauve #E7BCF6
Tints of Mauve #E7BCF6
RGB
CMYK
RGB Variations
Color information
#E7BCF6 (or 0xE7BCF6) is known color: Mauve. HEX triplet: E7, BC and F6. RGB value is (231,188,246). Sum of RGB (Red+Green+Blue) = 231+188+246=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCF6 is #184309. Grayscale: #CFCFCF. Windows color (decimal): -1590026 or 16170215. OLE color: 16170215.
HSL color Cylindrical-coordinate representation of color #E7BCF6: hue angle of 284.48º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BCF6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 188 | 246 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.04 |
| HSL | 284.48º | 0.76% | 0.85% | - |
| HSV(B) | 284.48º | 0.24% | 0.96% | - |
| XYZ | 67.57 | 59.61 | 95.13 | - |
| YUV | 207.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 246 | 0.06 | 0.24 | 0 | 0.04 | 284.48 | 0.76 | 0.85 |
| Hex | E7 | BC | F6 | 6 | 18 | 0 | 4 | 11C | 4C | 55 |
| Octal | 347 | 274 | 366 | 6 | 30 | 0 | 4 | 434 | 114 | 125 |
| Binary | 11100111 | 10111100 | 11110110 | 110 | 11000 | 0 | 100 | 100011100 | 1001100 | 1010101 |
Color Harmonies of #E7BCF6
Complementary color
Monochromatic Colors of #E7BCF6
Black with #E7BCF6
Text Example
Text Example
White with #E7BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCF6; }
p { color: rgb(231,188,246); }
H1.HeaderClassName
{
color: #E7BCF6;
}
.AnyTagClassName
{
color: #E7BCF6;
}
</style>
background-color css
<style>
a { background-color: #E7BCF6; }
a { background-color: rgb(231,188,246); }
div.DivClassName
{
background-color: #E7BCF6;
}
.BgClassName
{
background-color: #E7BCF6;
}
</style>
border-color css
<style>
span { border-color: #E7BCF6; }
span { border-color: rgb(231,188,246); }
td.TdClassName
{
border-color: #E7BCF6;
}
.TagClassName
{
border-color: #E7BCF6;
}
</style>