Shades of Mauve #E1C3FF
Tints of Mauve #E1C3FF
RGB
CMYK
RGB Variations
Color information
#E1C3FF (or 0xE1C3FF) is known color: Mauve. HEX triplet: E1, C3 and FF. RGB value is (225,195,255). Sum of RGB (Red+Green+Blue) = 225+195+255=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3FF is #1E3C00. Grayscale: #D2D2D2. Windows color (decimal): -1981441 or 16761825. OLE color: 16761825.
HSL color Cylindrical-coordinate representation of color #E1C3FF: hue angle of 270º 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 #E1C3FF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 195 | 255 | - |
| CMYK | 0.12 | 0.24 | 0 | 0 |
| HSL | 270º | 1% | 0.88% | - |
| HSV(B) | 270º | 0.24% | 1% | - |
| XYZ | 68.62 | 62.26 | 103.01 | - |
| YUV | 210.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 255 | 0.12 | 0.24 | 0 | 0 | 270 | 1 | 0.88 |
| Hex | E1 | C3 | FF | C | 18 | 0 | 0 | 10E | 64 | 58 |
| Octal | 341 | 303 | 377 | 14 | 30 | 0 | 0 | 416 | 144 | 130 |
| Binary | 11100001 | 11000011 | 11111111 | 1100 | 11000 | 0 | 0 | 100001110 | 1100100 | 1011000 |
Color Harmonies of #E1C3FF
Complementary color
Monochromatic Colors of #E1C3FF
Black with #E1C3FF
Text Example
Text Example
White with #E1C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3FF; }
p { color: rgb(225,195,255); }
H1.HeaderClassName
{
color: #E1C3FF;
}
.AnyTagClassName
{
color: #E1C3FF;
}
</style>
background-color css
<style>
a { background-color: #E1C3FF; }
a { background-color: rgb(225,195,255); }
div.DivClassName
{
background-color: #E1C3FF;
}
.BgClassName
{
background-color: #E1C3FF;
}
</style>
border-color css
<style>
span { border-color: #E1C3FF; }
span { border-color: rgb(225,195,255); }
td.TdClassName
{
border-color: #E1C3FF;
}
.TagClassName
{
border-color: #E1C3FF;
}
</style>