Shades of Mauve #EEADFF
Tints of Mauve #EEADFF
RGB
CMYK
RGB Variations
Color information
#EEADFF (or 0xEEADFF) is known color: Mauve. HEX triplet: EE, AD and FF. RGB value is (238,173,255). Sum of RGB (Red+Green+Blue) = 238+173+255=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFF is #115200. Grayscale: #C9C9C9. Windows color (decimal): -1135105 or 16756206. OLE color: 16756206.
HSL color Cylindrical-coordinate representation of color #EEADFF: hue angle of 287.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEADFF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 173 | 255 | - |
| CMYK | 0.07 | 0.32 | 0 | 0 |
| HSL | 287.56º | 1% | 0.84% | - |
| HSV(B) | 287.56º | 0.32% | 1% | - |
| XYZ | 68.25 | 55.28 | 101.68 | - |
| YUV | 201.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 255 | 0.07 | 0.32 | 0 | 0 | 287.56 | 1 | 0.84 |
| Hex | EE | AD | FF | 7 | 20 | 0 | 0 | 120 | 64 | 54 |
| Octal | 356 | 255 | 377 | 7 | 40 | 0 | 0 | 440 | 144 | 124 |
| Binary | 11101110 | 10101101 | 11111111 | 111 | 100000 | 0 | 0 | 100100000 | 1100100 | 1010100 |
Color Harmonies of #EEADFF
Complementary color
Monochromatic Colors of #EEADFF
Black with #EEADFF
Text Example
Text Example
White with #EEADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADFF; }
p { color: rgb(238,173,255); }
H1.HeaderClassName
{
color: #EEADFF;
}
.AnyTagClassName
{
color: #EEADFF;
}
</style>
background-color css
<style>
a { background-color: #EEADFF; }
a { background-color: rgb(238,173,255); }
div.DivClassName
{
background-color: #EEADFF;
}
.BgClassName
{
background-color: #EEADFF;
}
</style>
border-color css
<style>
span { border-color: #EEADFF; }
span { border-color: rgb(238,173,255); }
td.TdClassName
{
border-color: #EEADFF;
}
.TagClassName
{
border-color: #EEADFF;
}
</style>