Shades of Mauve #E2C7FE
Tints of Mauve #E2C7FE
RGB
CMYK
RGB Variations
Color information
#E2C7FE (or 0xE2C7FE) is known color: Mauve. HEX triplet: E2, C7 and FE. RGB value is (226,199,254). Sum of RGB (Red+Green+Blue) = 226+199+254=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C7FE is #1D3801. Grayscale: #D5D5D5. Windows color (decimal): -1914882 or 16697314. OLE color: 16697314.
HSL color Cylindrical-coordinate representation of color #E2C7FE: hue angle of 269.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2C7FE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 199 | 254 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.00 |
| HSL | 269.45º | 0.96% | 0.89% | - |
| HSV(B) | 269.45º | 0.22% | 1% | - |
| XYZ | 69.68 | 64.17 | 102.48 | - |
| YUV | 213.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 254 | 0.11 | 0.22 | 0 | 0.00 | 269.45 | 0.96 | 0.89 |
| Hex | E2 | C7 | FE | B | 16 | 0 | 0 | 10D | 60 | 59 |
| Octal | 342 | 307 | 376 | 13 | 26 | 0 | 0 | 415 | 140 | 131 |
| Binary | 11100010 | 11000111 | 11111110 | 1011 | 10110 | 0 | 0 | 100001101 | 1100000 | 1011001 |
Color Harmonies of #E2C7FE
Complementary color
Monochromatic Colors of #E2C7FE
Black with #E2C7FE
Text Example
Text Example
White with #E2C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C7FE; }
p { color: rgb(226,199,254); }
H1.HeaderClassName
{
color: #E2C7FE;
}
.AnyTagClassName
{
color: #E2C7FE;
}
</style>
background-color css
<style>
a { background-color: #E2C7FE; }
a { background-color: rgb(226,199,254); }
div.DivClassName
{
background-color: #E2C7FE;
}
.BgClassName
{
background-color: #E2C7FE;
}
</style>
border-color css
<style>
span { border-color: #E2C7FE; }
span { border-color: rgb(226,199,254); }
td.TdClassName
{
border-color: #E2C7FE;
}
.TagClassName
{
border-color: #E2C7FE;
}
</style>