Shades of Mauve #E4CAFF
Tints of Mauve #E4CAFF
RGB
CMYK
RGB Variations
Color information
#E4CAFF (or 0xE4CAFF) is known color: Mauve. HEX triplet: E4, CA and FF. RGB value is (228,202,255). Sum of RGB (Red+Green+Blue) = 228+202+255=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFF is #1B3500. Grayscale: #D7D7D7. Windows color (decimal): -1783041 or 16763620. OLE color: 16763620.
HSL color Cylindrical-coordinate representation of color #E4CAFF: hue angle of 269.43º 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 #E4CAFF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 202 | 255 | - |
| CMYK | 0.11 | 0.21 | 0 | 0 |
| HSL | 269.43º | 1% | 0.9% | - |
| HSV(B) | 269.43º | 0.21% | 1% | - |
| XYZ | 71.17 | 65.96 | 103.59 | - |
| YUV | 215.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 255 | 0.11 | 0.21 | 0 | 0 | 269.43 | 1 | 0.9 |
| Hex | E4 | CA | FF | B | 15 | 0 | 0 | 10D | 64 | 5A |
| Octal | 344 | 312 | 377 | 13 | 25 | 0 | 0 | 415 | 144 | 132 |
| Binary | 11100100 | 11001010 | 11111111 | 1011 | 10101 | 0 | 0 | 100001101 | 1100100 | 1011010 |
Color Harmonies of #E4CAFF
Complementary color
Monochromatic Colors of #E4CAFF
Black with #E4CAFF
Text Example
Text Example
White with #E4CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CAFF; }
p { color: rgb(228,202,255); }
H1.HeaderClassName
{
color: #E4CAFF;
}
.AnyTagClassName
{
color: #E4CAFF;
}
</style>
background-color css
<style>
a { background-color: #E4CAFF; }
a { background-color: rgb(228,202,255); }
div.DivClassName
{
background-color: #E4CAFF;
}
.BgClassName
{
background-color: #E4CAFF;
}
</style>
border-color css
<style>
span { border-color: #E4CAFF; }
span { border-color: rgb(228,202,255); }
td.TdClassName
{
border-color: #E4CAFF;
}
.TagClassName
{
border-color: #E4CAFF;
}
</style>