Shades of Mauve #E1C4FD
Tints of Mauve #E1C4FD
RGB
CMYK
RGB Variations
Color information
#E1C4FD (or 0xE1C4FD) is known color: Mauve. HEX triplet: E1, C4 and FD. RGB value is (225,196,253). Sum of RGB (Red+Green+Blue) = 225+196+253=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1C4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C4FD is #1E3B02. Grayscale: #D2D2D2. Windows color (decimal): -1981187 or 16631009. OLE color: 16631009.
HSL color Cylindrical-coordinate representation of color #E1C4FD: hue angle of 270.53º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C4FD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 196 | 253 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.01 |
| HSL | 270.53º | 0.93% | 0.88% | - |
| HSV(B) | 270.53º | 0.23% | 0.99% | - |
| XYZ | 68.52 | 62.58 | 101.4 | - |
| YUV | 211.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 253 | 0.11 | 0.23 | 0 | 0.01 | 270.53 | 0.93 | 0.88 |
| Hex | E1 | C4 | FD | B | 17 | 0 | 1 | 10F | 5D | 58 |
| Octal | 341 | 304 | 375 | 13 | 27 | 0 | 1 | 417 | 135 | 130 |
| Binary | 11100001 | 11000100 | 11111101 | 1011 | 10111 | 0 | 1 | 100001111 | 1011101 | 1011000 |
Color Harmonies of #E1C4FD
Complementary color
Monochromatic Colors of #E1C4FD
Black with #E1C4FD
Text Example
Text Example
White with #E1C4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4FD; }
p { color: rgb(225,196,253); }
H1.HeaderClassName
{
color: #E1C4FD;
}
.AnyTagClassName
{
color: #E1C4FD;
}
</style>
background-color css
<style>
a { background-color: #E1C4FD; }
a { background-color: rgb(225,196,253); }
div.DivClassName
{
background-color: #E1C4FD;
}
.BgClassName
{
background-color: #E1C4FD;
}
</style>
border-color css
<style>
span { border-color: #E1C4FD; }
span { border-color: rgb(225,196,253); }
td.TdClassName
{
border-color: #E1C4FD;
}
.TagClassName
{
border-color: #E1C4FD;
}
</style>