#EEAFF9

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

Shades of Mauve #EEAFF9

Tints of Mauve #EEAFF9

Color information

#EEAFF9 (or 0xEEAFF9) is unknown color: approx Mauve. HEX triplet: EE, AF and F9. RGB value is (238,175,249). Sum of RGB (Red+Green+Blue) = 238+175+249=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFF9 is #115006. Grayscale: #CACACA. Windows color (decimal): -1134599 or 16363502. OLE color: 16363502.

HSL color Cylindrical-coordinate representation of color #EEAFF9: hue angle of 291.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEAFF9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238175249-
CMYK0.040.3000.02
HSL291.08º86.05%83.14%-
HSV(B)291.08º29.72%97.65%-
XYZ67.6955.6896.8-
YUV202.27154.37153.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=35.95%
G=26.44%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381752490.040.3000.02291.0886.0583.14
HexEEAFF941E021235653
Octal35625737143602443126123
Binary1110111010101111111110011001111001010010001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFF9; }

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

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

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

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

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

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

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

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