Shades of Mauve #E7BBFC
Tints of Mauve #E7BBFC
RGB
CMYK
RGB Variations
Color information
#E7BBFC (or 0xE7BBFC) is known color: Mauve. HEX triplet: E7, BB and FC. RGB value is (231,187,252). Sum of RGB (Red+Green+Blue) = 231+187+252=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BBFC is #184403. Grayscale: #CFCFCF. Windows color (decimal): -1590276 or 16563175. OLE color: 16563175.
HSL color Cylindrical-coordinate representation of color #E7BBFC: hue angle of 280.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7BBFC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 187 | 252 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 280.62º | 0.92% | 0.86% | - |
| HSV(B) | 280.62º | 0.26% | 0.99% | - |
| XYZ | 68.3 | 59.56 | 99.99 | - |
| YUV | 207.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 252 | 0.08 | 0.26 | 0 | 0.01 | 280.62 | 0.92 | 0.86 |
| Hex | E7 | BB | FC | 8 | 1A | 0 | 1 | 119 | 5C | 56 |
| Octal | 347 | 273 | 374 | 10 | 32 | 0 | 1 | 431 | 134 | 126 |
| Binary | 11100111 | 10111011 | 11111100 | 1000 | 11010 | 0 | 1 | 100011001 | 1011100 | 1010110 |
Color Harmonies of #E7BBFC
Complementary color
Monochromatic Colors of #E7BBFC
Black with #E7BBFC
Text Example
Text Example
White with #E7BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBFC; }
p { color: rgb(231,187,252); }
H1.HeaderClassName
{
color: #E7BBFC;
}
.AnyTagClassName
{
color: #E7BBFC;
}
</style>
background-color css
<style>
a { background-color: #E7BBFC; }
a { background-color: rgb(231,187,252); }
div.DivClassName
{
background-color: #E7BBFC;
}
.BgClassName
{
background-color: #E7BBFC;
}
</style>
border-color css
<style>
span { border-color: #E7BBFC; }
span { border-color: rgb(231,187,252); }
td.TdClassName
{
border-color: #E7BBFC;
}
.TagClassName
{
border-color: #E7BBFC;
}
</style>