#EEAAF9

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

Shades of Mauve #EEAAF9

Tints of Mauve #EEAAF9

Color information

#EEAAF9 (or 0xEEAAF9) is unknown color: approx Mauve. HEX triplet: EE, AA and F9. RGB value is (238,170,249). Sum of RGB (Red+Green+Blue) = 238+170+249=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF9 is #115506. Grayscale: #C7C7C7. Windows color (decimal): -1135879 or 16362222. OLE color: 16362222.

HSL color Cylindrical-coordinate representation of color #EEAAF9: hue angle of 291.65º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAAF9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238170249-
CMYK0.040.3200.02
HSL291.65º86.81%82.16%-
HSV(B)291.65º31.73%97.65%-
XYZ66.7353.7796.48-
YUV199.34156.03155.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 170 (66.80% from 255) = 25.88%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=36.23%
G=25.88%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381702490.040.3200.02291.6586.8182.16
HexEEAAF9420021245752
Octal35625237144002444127122
Binary11101110101010101111100110010000001010010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAF9; }

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

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

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

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

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

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

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

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