Shades of Mauve #E3C3FC
Tints of Mauve #E3C3FC
RGB
CMYK
RGB Variations
Color information
#E3C3FC (or 0xE3C3FC) is known color: Mauve. HEX triplet: E3, C3 and FC. RGB value is (227,195,252). Sum of RGB (Red+Green+Blue) = 227+195+252=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C3FC is #1C3C03. Grayscale: #D2D2D2. Windows color (decimal): -1850372 or 16565219. OLE color: 16565219.
HSL color Cylindrical-coordinate representation of color #E3C3FC: hue angle of 273.68º degrees, saturation: 0.9, 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 #E3C3FC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 195 | 252 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.01 |
| HSL | 273.68º | 0.9% | 0.88% | - |
| HSV(B) | 273.68º | 0.23% | 0.99% | - |
| XYZ | 68.76 | 62.39 | 100.51 | - |
| YUV | 211.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 252 | 0.10 | 0.23 | 0 | 0.01 | 273.68 | 0.9 | 0.88 |
| Hex | E3 | C3 | FC | A | 17 | 0 | 1 | 112 | 5A | 58 |
| Octal | 343 | 303 | 374 | 12 | 27 | 0 | 1 | 422 | 132 | 130 |
| Binary | 11100011 | 11000011 | 11111100 | 1010 | 10111 | 0 | 1 | 100010010 | 1011010 | 1011000 |
Color Harmonies of #E3C3FC
Complementary color
Monochromatic Colors of #E3C3FC
Black with #E3C3FC
Text Example
Text Example
White with #E3C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C3FC; }
p { color: rgb(227,195,252); }
H1.HeaderClassName
{
color: #E3C3FC;
}
.AnyTagClassName
{
color: #E3C3FC;
}
</style>
background-color css
<style>
a { background-color: #E3C3FC; }
a { background-color: rgb(227,195,252); }
div.DivClassName
{
background-color: #E3C3FC;
}
.BgClassName
{
background-color: #E3C3FC;
}
</style>
border-color css
<style>
span { border-color: #E3C3FC; }
span { border-color: rgb(227,195,252); }
td.TdClassName
{
border-color: #E3C3FC;
}
.TagClassName
{
border-color: #E3C3FC;
}
</style>