Shades of Mauve #E1C2FF
Tints of Mauve #E1C2FF
RGB
CMYK
RGB Variations
Color information
#E1C2FF (or 0xE1C2FF) is known color: Mauve. HEX triplet: E1, C2 and FF. RGB value is (225,194,255). Sum of RGB (Red+Green+Blue) = 225+194+255=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2FF is #1E3D00. Grayscale: #D2D2D2. Windows color (decimal): -1981697 or 16761569. OLE color: 16761569.
HSL color Cylindrical-coordinate representation of color #E1C2FF: hue angle of 270.49º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C2FF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 194 | 255 | - |
| CMYK | 0.12 | 0.24 | 0 | 0 |
| HSL | 270.49º | 1% | 0.88% | - |
| HSV(B) | 270.49º | 0.24% | 1% | - |
| XYZ | 68.39 | 61.81 | 102.93 | - |
| YUV | 210.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 255 | 0.12 | 0.24 | 0 | 0 | 270.49 | 1 | 0.88 |
| Hex | E1 | C2 | FF | C | 18 | 0 | 0 | 10E | 64 | 58 |
| Octal | 341 | 302 | 377 | 14 | 30 | 0 | 0 | 416 | 144 | 130 |
| Binary | 11100001 | 11000010 | 11111111 | 1100 | 11000 | 0 | 0 | 100001110 | 1100100 | 1011000 |
Color Harmonies of #E1C2FF
Complementary color
Monochromatic Colors of #E1C2FF
Black with #E1C2FF
Text Example
Text Example
White with #E1C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2FF; }
p { color: rgb(225,194,255); }
H1.HeaderClassName
{
color: #E1C2FF;
}
.AnyTagClassName
{
color: #E1C2FF;
}
</style>
background-color css
<style>
a { background-color: #E1C2FF; }
a { background-color: rgb(225,194,255); }
div.DivClassName
{
background-color: #E1C2FF;
}
.BgClassName
{
background-color: #E1C2FF;
}
</style>
border-color css
<style>
span { border-color: #E1C2FF; }
span { border-color: rgb(225,194,255); }
td.TdClassName
{
border-color: #E1C2FF;
}
.TagClassName
{
border-color: #E1C2FF;
}
</style>