Shades of Mauve #EEAEFD
Tints of Mauve #EEAEFD
RGB
CMYK
RGB Variations
Color information
#EEAEFD (or 0xEEAEFD) is known color: Mauve. HEX triplet: EE, AE and FD. RGB value is (238,174,253). Sum of RGB (Red+Green+Blue) = 238+174+253=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEFD is #115102. Grayscale: #C9C9C9. Windows color (decimal): -1134851 or 16625390. OLE color: 16625390.
HSL color Cylindrical-coordinate representation of color #EEAEFD: hue angle of 288.61º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEAEFD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 174 | 253 | - |
CMYK | 0.06 | 0.31 | 0 | 0.01 |
HSL | 288.61º | 0.95% | 0.84% | - |
HSV(B) | 288.61º | 0.31% | 0.99% | - |
XYZ | 68.13 | 55.54 | 100.06 | - |
YUV | 202.14 | 156.7 | 153.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 174 | 253 | 0.06 | 0.31 | 0 | 0.01 | 288.61 | 0.95 | 0.84 |
Hex | EE | AE | FD | 6 | 1F | 0 | 1 | 121 | 5F | 54 |
Octal | 356 | 256 | 375 | 6 | 37 | 0 | 1 | 441 | 137 | 124 |
Binary | 11101110 | 10101110 | 11111101 | 110 | 11111 | 0 | 1 | 100100001 | 1011111 | 1010100 |
Color Harmonies of #EEAEFD
Complementary color
Monochromatic Colors of #EEAEFD
Black with #EEAEFD
Text Example
Text Example
White with #EEAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEFD; }
p { color: rgb(238,174,253); }
H1.HeaderClassName
{
color: #EEAEFD;
}
.AnyTagClassName
{
color: #EEAEFD;
}
</style>
background-color css
<style>
a { background-color: #EEAEFD; }
a { background-color: rgb(238,174,253); }
div.DivClassName
{
background-color: #EEAEFD;
}
.BgClassName
{
background-color: #EEAEFD;
}
</style>
border-color css
<style>
span { border-color: #EEAEFD; }
span { border-color: rgb(238,174,253); }
td.TdClassName
{
border-color: #EEAEFD;
}
.TagClassName
{
border-color: #EEAEFD;
}
</style>