Shades of Mauve #E2C6FE
Tints of Mauve #E2C6FE
RGB
CMYK
RGB Variations
Color information
#E2C6FE (or 0xE2C6FE) is known color: Mauve. HEX triplet: E2, C6 and FE. RGB value is (226,198,254). Sum of RGB (Red+Green+Blue) = 226+198+254=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6FE is #1D3901. Grayscale: #D4D4D4. Windows color (decimal): -1915138 or 16697058. OLE color: 16697058.
HSL color Cylindrical-coordinate representation of color #E2C6FE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2C6FE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 198 | 254 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.00 |
| HSL | 270º | 0.97% | 0.89% | - |
| HSV(B) | 270º | 0.22% | 1% | - |
| XYZ | 69.45 | 63.71 | 102.4 | - |
| YUV | 212.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 254 | 0.11 | 0.22 | 0 | 0.00 | 270 | 0.97 | 0.89 |
| Hex | E2 | C6 | FE | B | 16 | 0 | 0 | 10E | 61 | 59 |
| Octal | 342 | 306 | 376 | 13 | 26 | 0 | 0 | 416 | 141 | 131 |
| Binary | 11100010 | 11000110 | 11111110 | 1011 | 10110 | 0 | 0 | 100001110 | 1100001 | 1011001 |
Color Harmonies of #E2C6FE
Complementary color
Monochromatic Colors of #E2C6FE
Black with #E2C6FE
Text Example
Text Example
White with #E2C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C6FE; }
p { color: rgb(226,198,254); }
H1.HeaderClassName
{
color: #E2C6FE;
}
.AnyTagClassName
{
color: #E2C6FE;
}
</style>
background-color css
<style>
a { background-color: #E2C6FE; }
a { background-color: rgb(226,198,254); }
div.DivClassName
{
background-color: #E2C6FE;
}
.BgClassName
{
background-color: #E2C6FE;
}
</style>
border-color css
<style>
span { border-color: #E2C6FE; }
span { border-color: rgb(226,198,254); }
td.TdClassName
{
border-color: #E2C6FE;
}
.TagClassName
{
border-color: #E2C6FE;
}
</style>