Shades of Mauve #E7BCFB
Tints of Mauve #E7BCFB
RGB
CMYK
RGB Variations
Color information
#E7BCFB (or 0xE7BCFB) is known color: Mauve. HEX triplet: E7, BC and FB. RGB value is (231,188,251). Sum of RGB (Red+Green+Blue) = 231+188+251=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCFB is #184304. Grayscale: #CFCFCF. Windows color (decimal): -1590021 or 16497895. OLE color: 16497895.
HSL color Cylindrical-coordinate representation of color #E7BCFB: hue angle of 280.95º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BCFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 188 | 251 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 280.95º | 0.89% | 0.86% | - |
| HSV(B) | 280.95º | 0.25% | 0.98% | - |
| XYZ | 68.35 | 59.92 | 99.23 | - |
| YUV | 208.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 251 | 0.08 | 0.25 | 0 | 0.02 | 280.95 | 0.89 | 0.86 |
| Hex | E7 | BC | FB | 8 | 19 | 0 | 2 | 119 | 59 | 56 |
| Octal | 347 | 274 | 373 | 10 | 31 | 0 | 2 | 431 | 131 | 126 |
| Binary | 11100111 | 10111100 | 11111011 | 1000 | 11001 | 0 | 10 | 100011001 | 1011001 | 1010110 |
Color Harmonies of #E7BCFB
Complementary color
Monochromatic Colors of #E7BCFB
Black with #E7BCFB
Text Example
Text Example
White with #E7BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCFB; }
p { color: rgb(231,188,251); }
H1.HeaderClassName
{
color: #E7BCFB;
}
.AnyTagClassName
{
color: #E7BCFB;
}
</style>
background-color css
<style>
a { background-color: #E7BCFB; }
a { background-color: rgb(231,188,251); }
div.DivClassName
{
background-color: #E7BCFB;
}
.BgClassName
{
background-color: #E7BCFB;
}
</style>
border-color css
<style>
span { border-color: #E7BCFB; }
span { border-color: rgb(231,188,251); }
td.TdClassName
{
border-color: #E7BCFB;
}
.TagClassName
{
border-color: #E7BCFB;
}
</style>