Shades of Mauve #E1C5FE
Tints of Mauve #E1C5FE
RGB
CMYK
RGB Variations
Color information
#E1C5FE (or 0xE1C5FE) is known color: Mauve. HEX triplet: E1, C5 and FE. RGB value is (225,197,254). Sum of RGB (Red+Green+Blue) = 225+197+254=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FE is #1E3A01. Grayscale: #D3D3D3. Windows color (decimal): -1980930 or 16696801. OLE color: 16696801.
HSL color Cylindrical-coordinate representation of color #E1C5FE: hue angle of 269.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C5FE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 197 | 254 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.00 |
| HSL | 269.47º | 0.97% | 0.88% | - |
| HSV(B) | 269.47º | 0.22% | 1% | - |
| XYZ | 68.91 | 63.1 | 102.31 | - |
| YUV | 211.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 254 | 0.11 | 0.22 | 0 | 0.00 | 269.47 | 0.97 | 0.88 |
| Hex | E1 | C5 | FE | B | 16 | 0 | 0 | 10D | 61 | 58 |
| Octal | 341 | 305 | 376 | 13 | 26 | 0 | 0 | 415 | 141 | 130 |
| Binary | 11100001 | 11000101 | 11111110 | 1011 | 10110 | 0 | 0 | 100001101 | 1100001 | 1011000 |
Color Harmonies of #E1C5FE
Complementary color
Monochromatic Colors of #E1C5FE
Black with #E1C5FE
Text Example
Text Example
White with #E1C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5FE; }
p { color: rgb(225,197,254); }
H1.HeaderClassName
{
color: #E1C5FE;
}
.AnyTagClassName
{
color: #E1C5FE;
}
</style>
background-color css
<style>
a { background-color: #E1C5FE; }
a { background-color: rgb(225,197,254); }
div.DivClassName
{
background-color: #E1C5FE;
}
.BgClassName
{
background-color: #E1C5FE;
}
</style>
border-color css
<style>
span { border-color: #E1C5FE; }
span { border-color: rgb(225,197,254); }
td.TdClassName
{
border-color: #E1C5FE;
}
.TagClassName
{
border-color: #E1C5FE;
}
</style>