Shades of Mauve #E4C7FF
Tints of Mauve #E4C7FF
RGB
CMYK
RGB Variations
Color information
#E4C7FF (or 0xE4C7FF) is known color: Mauve. HEX triplet: E4, C7 and FF. RGB value is (228,199,255). Sum of RGB (Red+Green+Blue) = 228+199+255=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C7FF is #1B3800. Grayscale: #D5D5D5. Windows color (decimal): -1783809 or 16762852. OLE color: 16762852.
HSL color Cylindrical-coordinate representation of color #E4C7FF: hue angle of 271.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4C7FF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 199 | 255 | - |
| CMYK | 0.11 | 0.22 | 0 | 0 |
| HSL | 271.07º | 1% | 0.89% | - |
| HSV(B) | 271.07º | 0.22% | 1% | - |
| XYZ | 70.47 | 64.56 | 103.36 | - |
| YUV | 214.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 199 | 255 | 0.11 | 0.22 | 0 | 0 | 271.07 | 1 | 0.89 |
| Hex | E4 | C7 | FF | B | 16 | 0 | 0 | 10F | 64 | 59 |
| Octal | 344 | 307 | 377 | 13 | 26 | 0 | 0 | 417 | 144 | 131 |
| Binary | 11100100 | 11000111 | 11111111 | 1011 | 10110 | 0 | 0 | 100001111 | 1100100 | 1011001 |
Color Harmonies of #E4C7FF
Complementary color
Monochromatic Colors of #E4C7FF
Black with #E4C7FF
Text Example
Text Example
White with #E4C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C7FF; }
p { color: rgb(228,199,255); }
H1.HeaderClassName
{
color: #E4C7FF;
}
.AnyTagClassName
{
color: #E4C7FF;
}
</style>
background-color css
<style>
a { background-color: #E4C7FF; }
a { background-color: rgb(228,199,255); }
div.DivClassName
{
background-color: #E4C7FF;
}
.BgClassName
{
background-color: #E4C7FF;
}
</style>
border-color css
<style>
span { border-color: #E4C7FF; }
span { border-color: rgb(228,199,255); }
td.TdClassName
{
border-color: #E4C7FF;
}
.TagClassName
{
border-color: #E4C7FF;
}
</style>