Shades of Mauve #E4C4FA
Tints of Mauve #E4C4FA
RGB
CMYK
RGB Variations
Color information
#E4C4FA (or 0xE4C4FA) is known color: Mauve. HEX triplet: E4, C4 and FA. RGB value is (228,196,250). Sum of RGB (Red+Green+Blue) = 228+196+250=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C4FA is #1B3B05. Grayscale: #D3D3D3. Windows color (decimal): -1784582 or 16434404. OLE color: 16434404.
HSL color Cylindrical-coordinate representation of color #E4C4FA: hue angle of 275.56º degrees, saturation: 0.84, 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 #E4C4FA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 196 | 250 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.02 |
| HSL | 275.56º | 0.84% | 0.87% | - |
| HSV(B) | 275.56º | 0.22% | 0.98% | - |
| XYZ | 68.99 | 62.88 | 98.94 | - |
| YUV | 211.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 250 | 0.09 | 0.22 | 0 | 0.02 | 275.56 | 0.84 | 0.87 |
| Hex | E4 | C4 | FA | 9 | 16 | 0 | 2 | 114 | 54 | 57 |
| Octal | 344 | 304 | 372 | 11 | 26 | 0 | 2 | 424 | 124 | 127 |
| Binary | 11100100 | 11000100 | 11111010 | 1001 | 10110 | 0 | 10 | 100010100 | 1010100 | 1010111 |
Color Harmonies of #E4C4FA
Complementary color
Monochromatic Colors of #E4C4FA
Black with #E4C4FA
Text Example
Text Example
White with #E4C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C4FA; }
p { color: rgb(228,196,250); }
H1.HeaderClassName
{
color: #E4C4FA;
}
.AnyTagClassName
{
color: #E4C4FA;
}
</style>
background-color css
<style>
a { background-color: #E4C4FA; }
a { background-color: rgb(228,196,250); }
div.DivClassName
{
background-color: #E4C4FA;
}
.BgClassName
{
background-color: #E4C4FA;
}
</style>
border-color css
<style>
span { border-color: #E4C4FA; }
span { border-color: rgb(228,196,250); }
td.TdClassName
{
border-color: #E4C4FA;
}
.TagClassName
{
border-color: #E4C4FA;
}
</style>