Shades of Mauve #E9ADFD
Tints of Mauve #E9ADFD
RGB
CMYK
RGB Variations
Color information
#E9ADFD (or 0xE9ADFD) is known color: Mauve. HEX triplet: E9, AD and FD. RGB value is (233,173,253). Sum of RGB (Red+Green+Blue) = 233+173+253=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADFD is #165202. Grayscale: #C7C7C7. Windows color (decimal): -1462787 or 16625129. OLE color: 16625129.
HSL color Cylindrical-coordinate representation of color #E9ADFD: hue angle of 285º 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 #E9ADFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 173 | 253 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 285º | 0.95% | 0.84% | - |
| HSV(B) | 285º | 0.32% | 0.99% | - |
| XYZ | 66.28 | 54.3 | 99.92 | - |
| YUV | 200.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 253 | 0.08 | 0.32 | 0 | 0.01 | 285 | 0.95 | 0.84 |
| Hex | E9 | AD | FD | 8 | 20 | 0 | 1 | 11D | 5F | 54 |
| Octal | 351 | 255 | 375 | 10 | 40 | 0 | 1 | 435 | 137 | 124 |
| Binary | 11101001 | 10101101 | 11111101 | 1000 | 100000 | 0 | 1 | 100011101 | 1011111 | 1010100 |
Color Harmonies of #E9ADFD
Complementary color
Monochromatic Colors of #E9ADFD
Black with #E9ADFD
Text Example
Text Example
White with #E9ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADFD; }
p { color: rgb(233,173,253); }
H1.HeaderClassName
{
color: #E9ADFD;
}
.AnyTagClassName
{
color: #E9ADFD;
}
</style>
background-color css
<style>
a { background-color: #E9ADFD; }
a { background-color: rgb(233,173,253); }
div.DivClassName
{
background-color: #E9ADFD;
}
.BgClassName
{
background-color: #E9ADFD;
}
</style>
border-color css
<style>
span { border-color: #E9ADFD; }
span { border-color: rgb(233,173,253); }
td.TdClassName
{
border-color: #E9ADFD;
}
.TagClassName
{
border-color: #E9ADFD;
}
</style>