Shades of Mauve #E3ADFC
Tints of Mauve #E3ADFC
RGB
CMYK
RGB Variations
Color information
#E3ADFC (or 0xE3ADFC) is known color: Mauve. HEX triplet: E3, AD and FC. RGB value is (227,173,252). Sum of RGB (Red+Green+Blue) = 227+173+252=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ADFC is #1C5203. Grayscale: #C5C5C5. Windows color (decimal): -1856004 or 16559587. OLE color: 16559587.
HSL color Cylindrical-coordinate representation of color #E3ADFC: hue angle of 281.01º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3ADFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 173 | 252 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.01 |
| HSL | 281.01º | 0.93% | 0.83% | - |
| HSV(B) | 281.01º | 0.31% | 0.99% | - |
| XYZ | 64.19 | 53.25 | 98.99 | - |
| YUV | 198.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 252 | 0.10 | 0.31 | 0 | 0.01 | 281.01 | 0.93 | 0.83 |
| Hex | E3 | AD | FC | A | 1F | 0 | 1 | 119 | 5D | 53 |
| Octal | 343 | 255 | 374 | 12 | 37 | 0 | 1 | 431 | 135 | 123 |
| Binary | 11100011 | 10101101 | 11111100 | 1010 | 11111 | 0 | 1 | 100011001 | 1011101 | 1010011 |
Color Harmonies of #E3ADFC
Complementary color
Monochromatic Colors of #E3ADFC
Black with #E3ADFC
Text Example
Text Example
White with #E3ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ADFC; }
p { color: rgb(227,173,252); }
H1.HeaderClassName
{
color: #E3ADFC;
}
.AnyTagClassName
{
color: #E3ADFC;
}
</style>
background-color css
<style>
a { background-color: #E3ADFC; }
a { background-color: rgb(227,173,252); }
div.DivClassName
{
background-color: #E3ADFC;
}
.BgClassName
{
background-color: #E3ADFC;
}
</style>
border-color css
<style>
span { border-color: #E3ADFC; }
span { border-color: rgb(227,173,252); }
td.TdClassName
{
border-color: #E3ADFC;
}
.TagClassName
{
border-color: #E3ADFC;
}
</style>