Shades of Mauve #E7B8FC
Tints of Mauve #E7B8FC
RGB
CMYK
RGB Variations
Color information
#E7B8FC (or 0xE7B8FC) is known color: Mauve. HEX triplet: E7, B8 and FC. RGB value is (231,184,252). Sum of RGB (Red+Green+Blue) = 231+184+252=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7B8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B8FC is #184703. Grayscale: #CDCDCD. Windows color (decimal): -1591044 or 16562407. OLE color: 16562407.
HSL color Cylindrical-coordinate representation of color #E7B8FC: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B8FC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 184 | 252 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.01 |
| HSL | 281.47º | 0.92% | 0.85% | - |
| HSV(B) | 281.47º | 0.27% | 0.99% | - |
| XYZ | 67.67 | 58.3 | 99.78 | - |
| YUV | 205.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 252 | 0.08 | 0.27 | 0 | 0.01 | 281.47 | 0.92 | 0.85 |
| Hex | E7 | B8 | FC | 8 | 1B | 0 | 1 | 119 | 5C | 55 |
| Octal | 347 | 270 | 374 | 10 | 33 | 0 | 1 | 431 | 134 | 125 |
| Binary | 11100111 | 10111000 | 11111100 | 1000 | 11011 | 0 | 1 | 100011001 | 1011100 | 1010101 |
Color Harmonies of #E7B8FC
Complementary color
Monochromatic Colors of #E7B8FC
Black with #E7B8FC
Text Example
Text Example
White with #E7B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8FC; }
p { color: rgb(231,184,252); }
H1.HeaderClassName
{
color: #E7B8FC;
}
.AnyTagClassName
{
color: #E7B8FC;
}
</style>
background-color css
<style>
a { background-color: #E7B8FC; }
a { background-color: rgb(231,184,252); }
div.DivClassName
{
background-color: #E7B8FC;
}
.BgClassName
{
background-color: #E7B8FC;
}
</style>
border-color css
<style>
span { border-color: #E7B8FC; }
span { border-color: rgb(231,184,252); }
td.TdClassName
{
border-color: #E7B8FC;
}
.TagClassName
{
border-color: #E7B8FC;
}
</style>