Shades of Mauve #E1C3FB
Tints of Mauve #E1C3FB
RGB
CMYK
RGB Variations
Color information
#E1C3FB (or 0xE1C3FB) is known color: Mauve. HEX triplet: E1, C3 and FB. RGB value is (225,195,251). Sum of RGB (Red+Green+Blue) = 225+195+251=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1C3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3FB is #1E3C04. Grayscale: #D2D2D2. Windows color (decimal): -1981445 or 16499681. OLE color: 16499681.
HSL color Cylindrical-coordinate representation of color #E1C3FB: hue angle of 272.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C3FB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 195 | 251 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.02 |
| HSL | 272.14º | 0.88% | 0.87% | - |
| HSV(B) | 272.14º | 0.22% | 0.98% | - |
| XYZ | 67.98 | 62 | 99.65 | - |
| YUV | 210.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 251 | 0.10 | 0.22 | 0 | 0.02 | 272.14 | 0.88 | 0.87 |
| Hex | E1 | C3 | FB | A | 16 | 0 | 2 | 110 | 58 | 57 |
| Octal | 341 | 303 | 373 | 12 | 26 | 0 | 2 | 420 | 130 | 127 |
| Binary | 11100001 | 11000011 | 11111011 | 1010 | 10110 | 0 | 10 | 100010000 | 1011000 | 1010111 |
Color Harmonies of #E1C3FB
Complementary color
Monochromatic Colors of #E1C3FB
Black with #E1C3FB
Text Example
Text Example
White with #E1C3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3FB; }
p { color: rgb(225,195,251); }
H1.HeaderClassName
{
color: #E1C3FB;
}
.AnyTagClassName
{
color: #E1C3FB;
}
</style>
background-color css
<style>
a { background-color: #E1C3FB; }
a { background-color: rgb(225,195,251); }
div.DivClassName
{
background-color: #E1C3FB;
}
.BgClassName
{
background-color: #E1C3FB;
}
</style>
border-color css
<style>
span { border-color: #E1C3FB; }
span { border-color: rgb(225,195,251); }
td.TdClassName
{
border-color: #E1C3FB;
}
.TagClassName
{
border-color: #E1C3FB;
}
</style>