Shades of Mauve #E5CAFF
Tints of Mauve #E5CAFF
RGB
CMYK
RGB Variations
Color information
#E5CAFF (or 0xE5CAFF) is known color: Mauve. HEX triplet: E5, CA and FF. RGB value is (229,202,255). Sum of RGB (Red+Green+Blue) = 229+202+255=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFF is #1A3500. Grayscale: #D7D7D7. Windows color (decimal): -1717505 or 16763621. OLE color: 16763621.
HSL color Cylindrical-coordinate representation of color #E5CAFF: hue angle of 270.57º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5CAFF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 202 | 255 | - |
| CMYK | 0.10 | 0.21 | 0 | 0 |
| HSL | 270.57º | 1% | 0.9% | - |
| HSV(B) | 270.57º | 0.21% | 1% | - |
| XYZ | 71.48 | 66.12 | 103.6 | - |
| YUV | 216.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 255 | 0.10 | 0.21 | 0 | 0 | 270.57 | 1 | 0.9 |
| Hex | E5 | CA | FF | A | 15 | 0 | 0 | 10F | 64 | 5A |
| Octal | 345 | 312 | 377 | 12 | 25 | 0 | 0 | 417 | 144 | 132 |
| Binary | 11100101 | 11001010 | 11111111 | 1010 | 10101 | 0 | 0 | 100001111 | 1100100 | 1011010 |
Color Harmonies of #E5CAFF
Complementary color
Monochromatic Colors of #E5CAFF
Black with #E5CAFF
Text Example
Text Example
White with #E5CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAFF; }
p { color: rgb(229,202,255); }
H1.HeaderClassName
{
color: #E5CAFF;
}
.AnyTagClassName
{
color: #E5CAFF;
}
</style>
background-color css
<style>
a { background-color: #E5CAFF; }
a { background-color: rgb(229,202,255); }
div.DivClassName
{
background-color: #E5CAFF;
}
.BgClassName
{
background-color: #E5CAFF;
}
</style>
border-color css
<style>
span { border-color: #E5CAFF; }
span { border-color: rgb(229,202,255); }
td.TdClassName
{
border-color: #E5CAFF;
}
.TagClassName
{
border-color: #E5CAFF;
}
</style>