Shades of Mauve #E1C6FC
Tints of Mauve #E1C6FC
RGB
CMYK
RGB Variations
Color information
#E1C6FC (or 0xE1C6FC) is known color: Mauve. HEX triplet: E1, C6 and FC. RGB value is (225,198,252). Sum of RGB (Red+Green+Blue) = 225+198+252=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FC is #1E3903. Grayscale: #D4D4D4. Windows color (decimal): -1980676 or 16565985. OLE color: 16565985.
HSL color Cylindrical-coordinate representation of color #E1C6FC: hue angle of 270º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C6FC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 198 | 252 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 270º | 0.9% | 0.88% | - |
| HSV(B) | 270º | 0.21% | 0.99% | - |
| XYZ | 68.82 | 63.42 | 100.71 | - |
| YUV | 212.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 252 | 0.11 | 0.21 | 0 | 0.01 | 270 | 0.9 | 0.88 |
| Hex | E1 | C6 | FC | B | 15 | 0 | 1 | 10E | 5A | 58 |
| Octal | 341 | 306 | 374 | 13 | 25 | 0 | 1 | 416 | 132 | 130 |
| Binary | 11100001 | 11000110 | 11111100 | 1011 | 10101 | 0 | 1 | 100001110 | 1011010 | 1011000 |
Color Harmonies of #E1C6FC
Complementary color
Monochromatic Colors of #E1C6FC
Black with #E1C6FC
Text Example
Text Example
White with #E1C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6FC; }
p { color: rgb(225,198,252); }
H1.HeaderClassName
{
color: #E1C6FC;
}
.AnyTagClassName
{
color: #E1C6FC;
}
</style>
background-color css
<style>
a { background-color: #E1C6FC; }
a { background-color: rgb(225,198,252); }
div.DivClassName
{
background-color: #E1C6FC;
}
.BgClassName
{
background-color: #E1C6FC;
}
</style>
border-color css
<style>
span { border-color: #E1C6FC; }
span { border-color: rgb(225,198,252); }
td.TdClassName
{
border-color: #E1C6FC;
}
.TagClassName
{
border-color: #E1C6FC;
}
</style>