Shades of Mauve #E7C5FE
Tints of Mauve #E7C5FE
RGB
CMYK
RGB Variations
Color information
#E7C5FE (or 0xE7C5FE) is known color: Mauve. HEX triplet: E7, C5 and FE. RGB value is (231,197,254). Sum of RGB (Red+Green+Blue) = 231+197+254=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7C5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5FE is #183A01. Grayscale: #D5D5D5. Windows color (decimal): -1587714 or 16696807. OLE color: 16696807.
HSL color Cylindrical-coordinate representation of color #E7C5FE: hue angle of 275.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7C5FE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 197 | 254 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.00 |
| HSL | 275.79º | 0.97% | 0.88% | - |
| HSV(B) | 275.79º | 0.22% | 1% | - |
| XYZ | 70.81 | 64.08 | 102.4 | - |
| YUV | 213.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 254 | 0.09 | 0.22 | 0 | 0.00 | 275.79 | 0.97 | 0.88 |
| Hex | E7 | C5 | FE | 9 | 16 | 0 | 0 | 114 | 61 | 58 |
| Octal | 347 | 305 | 376 | 11 | 26 | 0 | 0 | 424 | 141 | 130 |
| Binary | 11100111 | 11000101 | 11111110 | 1001 | 10110 | 0 | 0 | 100010100 | 1100001 | 1011000 |
Color Harmonies of #E7C5FE
Complementary color
Monochromatic Colors of #E7C5FE
Black with #E7C5FE
Text Example
Text Example
White with #E7C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5FE; }
p { color: rgb(231,197,254); }
H1.HeaderClassName
{
color: #E7C5FE;
}
.AnyTagClassName
{
color: #E7C5FE;
}
</style>
background-color css
<style>
a { background-color: #E7C5FE; }
a { background-color: rgb(231,197,254); }
div.DivClassName
{
background-color: #E7C5FE;
}
.BgClassName
{
background-color: #E7C5FE;
}
</style>
border-color css
<style>
span { border-color: #E7C5FE; }
span { border-color: rgb(231,197,254); }
td.TdClassName
{
border-color: #E7C5FE;
}
.TagClassName
{
border-color: #E7C5FE;
}
</style>