Shades of Mauve #E5ADFD
Tints of Mauve #E5ADFD
RGB
CMYK
RGB Variations
Color information
#E5ADFD (or 0xE5ADFD) is known color: Mauve. HEX triplet: E5, AD and FD. RGB value is (229,173,253). Sum of RGB (Red+Green+Blue) = 229+173+253=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFD is #1A5202. Grayscale: #C6C6C6. Windows color (decimal): -1724931 or 16625125. OLE color: 16625125.
HSL color Cylindrical-coordinate representation of color #E5ADFD: hue angle of 282º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5ADFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 173 | 253 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.01 |
| HSL | 282º | 0.95% | 0.84% | - |
| HSV(B) | 282º | 0.32% | 0.99% | - |
| XYZ | 64.99 | 53.64 | 99.86 | - |
| YUV | 198.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 253 | 0.09 | 0.32 | 0 | 0.01 | 282 | 0.95 | 0.84 |
| Hex | E5 | AD | FD | 9 | 20 | 0 | 1 | 11A | 5F | 54 |
| Octal | 345 | 255 | 375 | 11 | 40 | 0 | 1 | 432 | 137 | 124 |
| Binary | 11100101 | 10101101 | 11111101 | 1001 | 100000 | 0 | 1 | 100011010 | 1011111 | 1010100 |
Color Harmonies of #E5ADFD
Complementary color
Monochromatic Colors of #E5ADFD
Black with #E5ADFD
Text Example
Text Example
White with #E5ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADFD; }
p { color: rgb(229,173,253); }
H1.HeaderClassName
{
color: #E5ADFD;
}
.AnyTagClassName
{
color: #E5ADFD;
}
</style>
background-color css
<style>
a { background-color: #E5ADFD; }
a { background-color: rgb(229,173,253); }
div.DivClassName
{
background-color: #E5ADFD;
}
.BgClassName
{
background-color: #E5ADFD;
}
</style>
border-color css
<style>
span { border-color: #E5ADFD; }
span { border-color: rgb(229,173,253); }
td.TdClassName
{
border-color: #E5ADFD;
}
.TagClassName
{
border-color: #E5ADFD;
}
</style>