Shades of Mauve #E8CAFF
Tints of Mauve #E8CAFF
RGB
CMYK
RGB Variations
Color information
#E8CAFF (or 0xE8CAFF) is known color: Mauve. HEX triplet: E8, CA and FF. RGB value is (232,202,255). Sum of RGB (Red+Green+Blue) = 232+202+255=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFF is #173500. Grayscale: #D8D8D8. Windows color (decimal): -1520897 or 16763624. OLE color: 16763624.
HSL color Cylindrical-coordinate representation of color #E8CAFF: hue angle of 273.96º 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 #E8CAFF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 202 | 255 | - |
| CMYK | 0.09 | 0.21 | 0 | 0 |
| HSL | 273.96º | 1% | 0.9% | - |
| HSV(B) | 273.96º | 0.21% | 1% | - |
| XYZ | 72.45 | 66.62 | 103.65 | - |
| YUV | 217.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 255 | 0.09 | 0.21 | 0 | 0 | 273.96 | 1 | 0.9 |
| Hex | E8 | CA | FF | 9 | 15 | 0 | 0 | 112 | 64 | 5A |
| Octal | 350 | 312 | 377 | 11 | 25 | 0 | 0 | 422 | 144 | 132 |
| Binary | 11101000 | 11001010 | 11111111 | 1001 | 10101 | 0 | 0 | 100010010 | 1100100 | 1011010 |
Color Harmonies of #E8CAFF
Complementary color
Monochromatic Colors of #E8CAFF
Black with #E8CAFF
Text Example
Text Example
White with #E8CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAFF; }
p { color: rgb(232,202,255); }
H1.HeaderClassName
{
color: #E8CAFF;
}
.AnyTagClassName
{
color: #E8CAFF;
}
</style>
background-color css
<style>
a { background-color: #E8CAFF; }
a { background-color: rgb(232,202,255); }
div.DivClassName
{
background-color: #E8CAFF;
}
.BgClassName
{
background-color: #E8CAFF;
}
</style>
border-color css
<style>
span { border-color: #E8CAFF; }
span { border-color: rgb(232,202,255); }
td.TdClassName
{
border-color: #E8CAFF;
}
.TagClassName
{
border-color: #E8CAFF;
}
</style>