Shades of Mauve #E7BCFE
Tints of Mauve #E7BCFE
RGB
CMYK
RGB Variations
Color information
#E7BCFE (or 0xE7BCFE) is known color: Mauve. HEX triplet: E7, BC and FE. RGB value is (231,188,254). Sum of RGB (Red+Green+Blue) = 231+188+254=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7BCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCFE is #184301. Grayscale: #D0D0D0. Windows color (decimal): -1590018 or 16694503. OLE color: 16694503.
HSL color Cylindrical-coordinate representation of color #E7BCFE: hue angle of 279.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7BCFE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 188 | 254 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.00 |
| HSL | 279.09º | 0.97% | 0.87% | - |
| HSV(B) | 279.09º | 0.26% | 1% | - |
| XYZ | 68.83 | 60.11 | 101.74 | - |
| YUV | 208.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 254 | 0.09 | 0.26 | 0 | 0.00 | 279.09 | 0.97 | 0.87 |
| Hex | E7 | BC | FE | 9 | 1A | 0 | 0 | 117 | 61 | 57 |
| Octal | 347 | 274 | 376 | 11 | 32 | 0 | 0 | 427 | 141 | 127 |
| Binary | 11100111 | 10111100 | 11111110 | 1001 | 11010 | 0 | 0 | 100010111 | 1100001 | 1010111 |
Color Harmonies of #E7BCFE
Complementary color
Monochromatic Colors of #E7BCFE
Black with #E7BCFE
Text Example
Text Example
White with #E7BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCFE; }
p { color: rgb(231,188,254); }
H1.HeaderClassName
{
color: #E7BCFE;
}
.AnyTagClassName
{
color: #E7BCFE;
}
</style>
background-color css
<style>
a { background-color: #E7BCFE; }
a { background-color: rgb(231,188,254); }
div.DivClassName
{
background-color: #E7BCFE;
}
.BgClassName
{
background-color: #E7BCFE;
}
</style>
border-color css
<style>
span { border-color: #E7BCFE; }
span { border-color: rgb(231,188,254); }
td.TdClassName
{
border-color: #E7BCFE;
}
.TagClassName
{
border-color: #E7BCFE;
}
</style>