Shades of Mauve #E7C9FE
Tints of Mauve #E7C9FE
RGB
CMYK
RGB Variations
Color information
#E7C9FE (or 0xE7C9FE) is known color: Mauve. HEX triplet: E7, C9 and FE. RGB value is (231,201,254). Sum of RGB (Red+Green+Blue) = 231+201+254=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9FE is #183601. Grayscale: #D7D7D7. Windows color (decimal): -1586690 or 16697831. OLE color: 16697831.
HSL color Cylindrical-coordinate representation of color #E7C9FE: hue angle of 273.96º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7C9FE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 201 | 254 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.00 |
| HSL | 273.96º | 0.96% | 0.89% | - |
| HSV(B) | 273.96º | 0.21% | 1% | - |
| XYZ | 71.73 | 65.92 | 102.71 | - |
| YUV | 216.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 254 | 0.09 | 0.21 | 0 | 0.00 | 273.96 | 0.96 | 0.89 |
| Hex | E7 | C9 | FE | 9 | 15 | 0 | 0 | 112 | 60 | 59 |
| Octal | 347 | 311 | 376 | 11 | 25 | 0 | 0 | 422 | 140 | 131 |
| Binary | 11100111 | 11001001 | 11111110 | 1001 | 10101 | 0 | 0 | 100010010 | 1100000 | 1011001 |
Color Harmonies of #E7C9FE
Complementary color
Monochromatic Colors of #E7C9FE
Black with #E7C9FE
Text Example
Text Example
White with #E7C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9FE; }
p { color: rgb(231,201,254); }
H1.HeaderClassName
{
color: #E7C9FE;
}
.AnyTagClassName
{
color: #E7C9FE;
}
</style>
background-color css
<style>
a { background-color: #E7C9FE; }
a { background-color: rgb(231,201,254); }
div.DivClassName
{
background-color: #E7C9FE;
}
.BgClassName
{
background-color: #E7C9FE;
}
</style>
border-color css
<style>
span { border-color: #E7C9FE; }
span { border-color: rgb(231,201,254); }
td.TdClassName
{
border-color: #E7C9FE;
}
.TagClassName
{
border-color: #E7C9FE;
}
</style>