Shades of Mauve #E5C5FF
Tints of Mauve #E5C5FF
RGB
CMYK
RGB Variations
Color information
#E5C5FF (or 0xE5C5FF) is known color: Mauve. HEX triplet: E5, C5 and FF. RGB value is (229,197,255). Sum of RGB (Red+Green+Blue) = 229+197+255=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5FF is #1A3A00. Grayscale: #D4D4D4. Windows color (decimal): -1718785 or 16762341. OLE color: 16762341.
HSL color Cylindrical-coordinate representation of color #E5C5FF: hue angle of 273.1º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5C5FF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 197 | 255 | - |
| CMYK | 0.10 | 0.23 | 0 | 0 |
| HSL | 273.1º | 1% | 0.89% | - |
| HSV(B) | 273.1º | 0.23% | 1% | - |
| XYZ | 70.33 | 63.81 | 103.22 | - |
| YUV | 213.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 255 | 0.10 | 0.23 | 0 | 0 | 273.1 | 1 | 0.89 |
| Hex | E5 | C5 | FF | A | 17 | 0 | 0 | 111 | 64 | 59 |
| Octal | 345 | 305 | 377 | 12 | 27 | 0 | 0 | 421 | 144 | 131 |
| Binary | 11100101 | 11000101 | 11111111 | 1010 | 10111 | 0 | 0 | 100010001 | 1100100 | 1011001 |
Color Harmonies of #E5C5FF
Complementary color
Monochromatic Colors of #E5C5FF
Black with #E5C5FF
Text Example
Text Example
White with #E5C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5FF; }
p { color: rgb(229,197,255); }
H1.HeaderClassName
{
color: #E5C5FF;
}
.AnyTagClassName
{
color: #E5C5FF;
}
</style>
background-color css
<style>
a { background-color: #E5C5FF; }
a { background-color: rgb(229,197,255); }
div.DivClassName
{
background-color: #E5C5FF;
}
.BgClassName
{
background-color: #E5C5FF;
}
</style>
border-color css
<style>
span { border-color: #E5C5FF; }
span { border-color: rgb(229,197,255); }
td.TdClassName
{
border-color: #E5C5FF;
}
.TagClassName
{
border-color: #E5C5FF;
}
</style>