Shades of Mauve #E4C7FA
Tints of Mauve #E4C7FA
RGB
CMYK
RGB Variations
Color information
#E4C7FA (or 0xE4C7FA) is known color: Mauve. HEX triplet: E4, C7 and FA. RGB value is (228,199,250). Sum of RGB (Red+Green+Blue) = 228+199+250=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C7FA is #1B3805. Grayscale: #D5D5D5. Windows color (decimal): -1783814 or 16435172. OLE color: 16435172.
HSL color Cylindrical-coordinate representation of color #E4C7FA: hue angle of 274.12º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4C7FA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 199 | 250 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.02 |
| HSL | 274.12º | 0.84% | 0.88% | - |
| HSV(B) | 274.12º | 0.2% | 0.98% | - |
| XYZ | 69.67 | 64.24 | 99.17 | - |
| YUV | 213.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 199 | 250 | 0.09 | 0.20 | 0 | 0.02 | 274.12 | 0.84 | 0.88 |
| Hex | E4 | C7 | FA | 9 | 14 | 0 | 2 | 112 | 54 | 58 |
| Octal | 344 | 307 | 372 | 11 | 24 | 0 | 2 | 422 | 124 | 130 |
| Binary | 11100100 | 11000111 | 11111010 | 1001 | 10100 | 0 | 10 | 100010010 | 1010100 | 1011000 |
Color Harmonies of #E4C7FA
Complementary color
Monochromatic Colors of #E4C7FA
Black with #E4C7FA
Text Example
Text Example
White with #E4C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C7FA; }
p { color: rgb(228,199,250); }
H1.HeaderClassName
{
color: #E4C7FA;
}
.AnyTagClassName
{
color: #E4C7FA;
}
</style>
background-color css
<style>
a { background-color: #E4C7FA; }
a { background-color: rgb(228,199,250); }
div.DivClassName
{
background-color: #E4C7FA;
}
.BgClassName
{
background-color: #E4C7FA;
}
</style>
border-color css
<style>
span { border-color: #E4C7FA; }
span { border-color: rgb(228,199,250); }
td.TdClassName
{
border-color: #E4C7FA;
}
.TagClassName
{
border-color: #E4C7FA;
}
</style>