#EEAAF8

Color #EEAAF8 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EEAAF8

Tints of Mauve #EEAAF8

Color information

#EEAAF8 (or 0xEEAAF8) is unknown color: approx Mauve. HEX triplet: EE, AA and F8. RGB value is (238,170,248). Sum of RGB (Red+Green+Blue) = 238+170+248=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF8 is #115507. Grayscale: #C6C6C6. Windows color (decimal): -1135880 or 16296686. OLE color: 16296686.

HSL color Cylindrical-coordinate representation of color #EEAAF8: hue angle of 292.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEAAF8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238170248-
CMYK0.040.3100.03
HSL292.31º84.78%81.96%-
HSV(B)292.31º31.45%97.25%-
XYZ66.5853.795.66-
YUV199.22155.53155.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=36.28%
G=25.91%
B=37.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381702480.040.3100.03292.3184.7881.96
HexEEAAF841F031245552
Octal35625237043703444125122
Binary1110111010101010111110001001111101110010010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAF8; }

 p { color: rgb(238,170,248); }

 H1.HeaderClassName
 {
   color: #EEAAF8;
 }
 .AnyTagClassName
 {
   color: #EEAAF8;
 }
</style>
background-color css

<style>
 a { background-color: #EEAAF8; }

 a { background-color: rgb(238,170,248); }

 div.DivClassName
 {
   background-color: #EEAAF8;
 }
 .BgClassName
 {
   background-color: #EEAAF8;
 }
</style>
border-color css

<style>
 span { border-color: #EEAAF8; }

 span { border-color: rgb(238,170,248); }

 td.TdClassName
 {
   border-color: #EEAAF8;
 }
 .TagClassName
 {
   border-color: #EEAAF8;
 }
</style>