Shades of Mauve #E1C5FF
Tints of Mauve #E1C5FF
RGB
CMYK
RGB Variations
Color information
#E1C5FF (or 0xE1C5FF) is known color: Mauve. HEX triplet: E1, C5 and FF. RGB value is (225,197,255). Sum of RGB (Red+Green+Blue) = 225+197+255=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FF is #1E3A00. Grayscale: #D3D3D3. Windows color (decimal): -1980929 or 16762337. OLE color: 16762337.
HSL color Cylindrical-coordinate representation of color #E1C5FF: hue angle of 268.97º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C5FF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 197 | 255 | - |
| CMYK | 0.12 | 0.23 | 0 | 0 |
| HSL | 268.97º | 1% | 0.89% | - |
| HSV(B) | 268.97º | 0.23% | 1% | - |
| XYZ | 69.07 | 63.16 | 103.16 | - |
| YUV | 211.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 255 | 0.12 | 0.23 | 0 | 0 | 268.97 | 1 | 0.89 |
| Hex | E1 | C5 | FF | C | 17 | 0 | 0 | 10D | 64 | 59 |
| Octal | 341 | 305 | 377 | 14 | 27 | 0 | 0 | 415 | 144 | 131 |
| Binary | 11100001 | 11000101 | 11111111 | 1100 | 10111 | 0 | 0 | 100001101 | 1100100 | 1011001 |
Color Harmonies of #E1C5FF
Complementary color
Monochromatic Colors of #E1C5FF
Black with #E1C5FF
Text Example
Text Example
White with #E1C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5FF; }
p { color: rgb(225,197,255); }
H1.HeaderClassName
{
color: #E1C5FF;
}
.AnyTagClassName
{
color: #E1C5FF;
}
</style>
background-color css
<style>
a { background-color: #E1C5FF; }
a { background-color: rgb(225,197,255); }
div.DivClassName
{
background-color: #E1C5FF;
}
.BgClassName
{
background-color: #E1C5FF;
}
</style>
border-color css
<style>
span { border-color: #E1C5FF; }
span { border-color: rgb(225,197,255); }
td.TdClassName
{
border-color: #E1C5FF;
}
.TagClassName
{
border-color: #E1C5FF;
}
</style>