Shades of Mauve #E5ADFC
Tints of Mauve #E5ADFC
RGB
CMYK
RGB Variations
Color information
#E5ADFC (or 0xE5ADFC) is known color: Mauve. HEX triplet: E5, AD and FC. RGB value is (229,173,252). Sum of RGB (Red+Green+Blue) = 229+173+252=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFC is #1A5203. Grayscale: #C6C6C6. Windows color (decimal): -1724932 or 16559589. OLE color: 16559589.
HSL color Cylindrical-coordinate representation of color #E5ADFC: hue angle of 282.53º 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 #E5ADFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 173 | 252 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.01 |
| HSL | 282.53º | 0.93% | 0.83% | - |
| HSV(B) | 282.53º | 0.31% | 0.99% | - |
| XYZ | 64.83 | 53.57 | 99.02 | - |
| YUV | 198.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 252 | 0.09 | 0.31 | 0 | 0.01 | 282.53 | 0.93 | 0.83 |
| Hex | E5 | AD | FC | 9 | 1F | 0 | 1 | 11B | 5D | 53 |
| Octal | 345 | 255 | 374 | 11 | 37 | 0 | 1 | 433 | 135 | 123 |
| Binary | 11100101 | 10101101 | 11111100 | 1001 | 11111 | 0 | 1 | 100011011 | 1011101 | 1010011 |
Color Harmonies of #E5ADFC
Complementary color
Monochromatic Colors of #E5ADFC
Black with #E5ADFC
Text Example
Text Example
White with #E5ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADFC; }
p { color: rgb(229,173,252); }
H1.HeaderClassName
{
color: #E5ADFC;
}
.AnyTagClassName
{
color: #E5ADFC;
}
</style>
background-color css
<style>
a { background-color: #E5ADFC; }
a { background-color: rgb(229,173,252); }
div.DivClassName
{
background-color: #E5ADFC;
}
.BgClassName
{
background-color: #E5ADFC;
}
</style>
border-color css
<style>
span { border-color: #E5ADFC; }
span { border-color: rgb(229,173,252); }
td.TdClassName
{
border-color: #E5ADFC;
}
.TagClassName
{
border-color: #E5ADFC;
}
</style>