Shades of Mauve #E5C6FF
Tints of Mauve #E5C6FF
RGB
CMYK
RGB Variations
Color information
#E5C6FF (or 0xE5C6FF) is known color: Mauve. HEX triplet: E5, C6 and FF. RGB value is (229,198,255). Sum of RGB (Red+Green+Blue) = 229+198+255=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 198 (77.73% from 255 or 29.03% 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 #E5C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6FF is #1A3900. Grayscale: #D5D5D5. Windows color (decimal): -1718529 or 16762597. OLE color: 16762597.
HSL color Cylindrical-coordinate representation of color #E5C6FF: hue angle of 272.63º 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 #E5C6FF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 198 | 255 | - |
| CMYK | 0.10 | 0.22 | 0 | 0 |
| HSL | 272.63º | 1% | 0.89% | - |
| HSV(B) | 272.63º | 0.22% | 1% | - |
| XYZ | 70.56 | 64.27 | 103.29 | - |
| YUV | 213.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 255 | 0.10 | 0.22 | 0 | 0 | 272.63 | 1 | 0.89 |
| Hex | E5 | C6 | FF | A | 16 | 0 | 0 | 111 | 64 | 59 |
| Octal | 345 | 306 | 377 | 12 | 26 | 0 | 0 | 421 | 144 | 131 |
| Binary | 11100101 | 11000110 | 11111111 | 1010 | 10110 | 0 | 0 | 100010001 | 1100100 | 1011001 |
Color Harmonies of #E5C6FF
Complementary color
Monochromatic Colors of #E5C6FF
Black with #E5C6FF
Text Example
Text Example
White with #E5C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C6FF; }
p { color: rgb(229,198,255); }
H1.HeaderClassName
{
color: #E5C6FF;
}
.AnyTagClassName
{
color: #E5C6FF;
}
</style>
background-color css
<style>
a { background-color: #E5C6FF; }
a { background-color: rgb(229,198,255); }
div.DivClassName
{
background-color: #E5C6FF;
}
.BgClassName
{
background-color: #E5C6FF;
}
</style>
border-color css
<style>
span { border-color: #E5C6FF; }
span { border-color: rgb(229,198,255); }
td.TdClassName
{
border-color: #E5C6FF;
}
.TagClassName
{
border-color: #E5C6FF;
}
</style>