Shades of Mauve #E1C1FB
Tints of Mauve #E1C1FB
RGB
CMYK
RGB Variations
Color information
#E1C1FB (or 0xE1C1FB) is known color: Mauve. HEX triplet: E1, C1 and FB. RGB value is (225,193,251). Sum of RGB (Red+Green+Blue) = 225+193+251=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1C1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1FB is #1E3E04. Grayscale: #D0D0D0. Windows color (decimal): -1981957 or 16499169. OLE color: 16499169.
HSL color Cylindrical-coordinate representation of color #E1C1FB: hue angle of 273.1º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C1FB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 193 | 251 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.02 |
| HSL | 273.1º | 0.88% | 0.87% | - |
| HSV(B) | 273.1º | 0.23% | 0.98% | - |
| XYZ | 67.53 | 61.11 | 99.5 | - |
| YUV | 209.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 251 | 0.10 | 0.23 | 0 | 0.02 | 273.1 | 0.88 | 0.87 |
| Hex | E1 | C1 | FB | A | 17 | 0 | 2 | 111 | 58 | 57 |
| Octal | 341 | 301 | 373 | 12 | 27 | 0 | 2 | 421 | 130 | 127 |
| Binary | 11100001 | 11000001 | 11111011 | 1010 | 10111 | 0 | 10 | 100010001 | 1011000 | 1010111 |
Color Harmonies of #E1C1FB
Complementary color
Monochromatic Colors of #E1C1FB
Black with #E1C1FB
Text Example
Text Example
White with #E1C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1FB; }
p { color: rgb(225,193,251); }
H1.HeaderClassName
{
color: #E1C1FB;
}
.AnyTagClassName
{
color: #E1C1FB;
}
</style>
background-color css
<style>
a { background-color: #E1C1FB; }
a { background-color: rgb(225,193,251); }
div.DivClassName
{
background-color: #E1C1FB;
}
.BgClassName
{
background-color: #E1C1FB;
}
</style>
border-color css
<style>
span { border-color: #E1C1FB; }
span { border-color: rgb(225,193,251); }
td.TdClassName
{
border-color: #E1C1FB;
}
.TagClassName
{
border-color: #E1C1FB;
}
</style>