Shades of Mauve #E7BEFC
Tints of Mauve #E7BEFC
RGB
CMYK
RGB Variations
Color information
#E7BEFC (or 0xE7BEFC) is known color: Mauve. HEX triplet: E7, BE and FC. RGB value is (231,190,252). Sum of RGB (Red+Green+Blue) = 231+190+252=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEFC is #184103. Grayscale: #D1D1D1. Windows color (decimal): -1589508 or 16563943. OLE color: 16563943.
HSL color Cylindrical-coordinate representation of color #E7BEFC: hue angle of 279.68º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BEFC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 190 | 252 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 279.68º | 0.91% | 0.87% | - |
| HSV(B) | 279.68º | 0.25% | 0.99% | - |
| XYZ | 68.94 | 60.84 | 100.21 | - |
| YUV | 209.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 252 | 0.08 | 0.25 | 0 | 0.01 | 279.68 | 0.91 | 0.87 |
| Hex | E7 | BE | FC | 8 | 19 | 0 | 1 | 118 | 5B | 57 |
| Octal | 347 | 276 | 374 | 10 | 31 | 0 | 1 | 430 | 133 | 127 |
| Binary | 11100111 | 10111110 | 11111100 | 1000 | 11001 | 0 | 1 | 100011000 | 1011011 | 1010111 |
Color Harmonies of #E7BEFC
Complementary color
Monochromatic Colors of #E7BEFC
Black with #E7BEFC
Text Example
Text Example
White with #E7BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BEFC; }
p { color: rgb(231,190,252); }
H1.HeaderClassName
{
color: #E7BEFC;
}
.AnyTagClassName
{
color: #E7BEFC;
}
</style>
background-color css
<style>
a { background-color: #E7BEFC; }
a { background-color: rgb(231,190,252); }
div.DivClassName
{
background-color: #E7BEFC;
}
.BgClassName
{
background-color: #E7BEFC;
}
</style>
border-color css
<style>
span { border-color: #E7BEFC; }
span { border-color: rgb(231,190,252); }
td.TdClassName
{
border-color: #E7BEFC;
}
.TagClassName
{
border-color: #E7BEFC;
}
</style>