Shades of Mauve #E3C4FD
Tints of Mauve #E3C4FD
RGB
CMYK
RGB Variations
Color information
#E3C4FD (or 0xE3C4FD) is known color: Mauve. HEX triplet: E3, C4 and FD. RGB value is (227,196,253). Sum of RGB (Red+Green+Blue) = 227+196+253=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3C4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C4FD is #1C3B02. Grayscale: #D3D3D3. Windows color (decimal): -1850115 or 16631011. OLE color: 16631011.
HSL color Cylindrical-coordinate representation of color #E3C4FD: hue angle of 272.63º 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 #E3C4FD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 196 | 253 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.01 |
| HSL | 272.63º | 0.93% | 0.88% | - |
| HSV(B) | 272.63º | 0.23% | 0.99% | - |
| XYZ | 69.15 | 62.9 | 101.43 | - |
| YUV | 211.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 253 | 0.10 | 0.23 | 0 | 0.01 | 272.63 | 0.93 | 0.88 |
| Hex | E3 | C4 | FD | A | 17 | 0 | 1 | 111 | 5D | 58 |
| Octal | 343 | 304 | 375 | 12 | 27 | 0 | 1 | 421 | 135 | 130 |
| Binary | 11100011 | 11000100 | 11111101 | 1010 | 10111 | 0 | 1 | 100010001 | 1011101 | 1011000 |
Color Harmonies of #E3C4FD
Complementary color
Monochromatic Colors of #E3C4FD
Black with #E3C4FD
Text Example
Text Example
White with #E3C4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C4FD; }
p { color: rgb(227,196,253); }
H1.HeaderClassName
{
color: #E3C4FD;
}
.AnyTagClassName
{
color: #E3C4FD;
}
</style>
background-color css
<style>
a { background-color: #E3C4FD; }
a { background-color: rgb(227,196,253); }
div.DivClassName
{
background-color: #E3C4FD;
}
.BgClassName
{
background-color: #E3C4FD;
}
</style>
border-color css
<style>
span { border-color: #E3C4FD; }
span { border-color: rgb(227,196,253); }
td.TdClassName
{
border-color: #E3C4FD;
}
.TagClassName
{
border-color: #E3C4FD;
}
</style>