Shades of Mauve #E4C3FC
Tints of Mauve #E4C3FC
RGB
CMYK
RGB Variations
Color information
#E4C3FC (or 0xE4C3FC) is known color: Mauve. HEX triplet: E4, C3 and FC. RGB value is (228,195,252). Sum of RGB (Red+Green+Blue) = 228+195+252=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C3FC is #1B3C03. Grayscale: #D3D3D3. Windows color (decimal): -1784836 or 16565220. OLE color: 16565220.
HSL color Cylindrical-coordinate representation of color #E4C3FC: hue angle of 274.74º 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 #E4C3FC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 195 | 252 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.01 |
| HSL | 274.74º | 0.9% | 0.88% | - |
| HSV(B) | 274.74º | 0.23% | 0.99% | - |
| XYZ | 69.08 | 62.55 | 100.53 | - |
| YUV | 211.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 195 | 252 | 0.10 | 0.23 | 0 | 0.01 | 274.74 | 0.9 | 0.88 |
| Hex | E4 | C3 | FC | A | 17 | 0 | 1 | 113 | 5A | 58 |
| Octal | 344 | 303 | 374 | 12 | 27 | 0 | 1 | 423 | 132 | 130 |
| Binary | 11100100 | 11000011 | 11111100 | 1010 | 10111 | 0 | 1 | 100010011 | 1011010 | 1011000 |
Color Harmonies of #E4C3FC
Complementary color
Monochromatic Colors of #E4C3FC
Black with #E4C3FC
Text Example
Text Example
White with #E4C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C3FC; }
p { color: rgb(228,195,252); }
H1.HeaderClassName
{
color: #E4C3FC;
}
.AnyTagClassName
{
color: #E4C3FC;
}
</style>
background-color css
<style>
a { background-color: #E4C3FC; }
a { background-color: rgb(228,195,252); }
div.DivClassName
{
background-color: #E4C3FC;
}
.BgClassName
{
background-color: #E4C3FC;
}
</style>
border-color css
<style>
span { border-color: #E4C3FC; }
span { border-color: rgb(228,195,252); }
td.TdClassName
{
border-color: #E4C3FC;
}
.TagClassName
{
border-color: #E4C3FC;
}
</style>