Shades of Mauve #E3C6FF
Tints of Mauve #E3C6FF
RGB
CMYK
RGB Variations
Color information
#E3C6FF (or 0xE3C6FF) is known color: Mauve. HEX triplet: E3, C6 and FF. RGB value is (227,198,255). Sum of RGB (Red+Green+Blue) = 227+198+255=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C6FF is #1C3900. Grayscale: #D4D4D4. Windows color (decimal): -1849601 or 16762595. OLE color: 16762595.
HSL color Cylindrical-coordinate representation of color #E3C6FF: hue angle of 270.53º 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 #E3C6FF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 198 | 255 | - |
| CMYK | 0.11 | 0.22 | 0 | 0 |
| HSL | 270.53º | 1% | 0.89% | - |
| HSV(B) | 270.53º | 0.22% | 1% | - |
| XYZ | 69.92 | 63.94 | 103.26 | - |
| YUV | 213.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 255 | 0.11 | 0.22 | 0 | 0 | 270.53 | 1 | 0.89 |
| Hex | E3 | C6 | FF | B | 16 | 0 | 0 | 10F | 64 | 59 |
| Octal | 343 | 306 | 377 | 13 | 26 | 0 | 0 | 417 | 144 | 131 |
| Binary | 11100011 | 11000110 | 11111111 | 1011 | 10110 | 0 | 0 | 100001111 | 1100100 | 1011001 |
Color Harmonies of #E3C6FF
Complementary color
Monochromatic Colors of #E3C6FF
Black with #E3C6FF
Text Example
Text Example
White with #E3C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6FF; }
p { color: rgb(227,198,255); }
H1.HeaderClassName
{
color: #E3C6FF;
}
.AnyTagClassName
{
color: #E3C6FF;
}
</style>
background-color css
<style>
a { background-color: #E3C6FF; }
a { background-color: rgb(227,198,255); }
div.DivClassName
{
background-color: #E3C6FF;
}
.BgClassName
{
background-color: #E3C6FF;
}
</style>
border-color css
<style>
span { border-color: #E3C6FF; }
span { border-color: rgb(227,198,255); }
td.TdClassName
{
border-color: #E3C6FF;
}
.TagClassName
{
border-color: #E3C6FF;
}
</style>