#EEABF9

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

Shades of Mauve #EEABF9

Tints of Mauve #EEABF9

Color information

#EEABF9 (or 0xEEABF9) is unknown color: approx Mauve. HEX triplet: EE, AB and F9. RGB value is (238,171,249). Sum of RGB (Red+Green+Blue) = 238+171+249=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF9 is #115406. Grayscale: #C7C7C7. Windows color (decimal): -1135623 or 16362478. OLE color: 16362478.

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

Color convert

RGB238171249-
CMYK0.040.3100.02
HSL291.54º86.67%82.35%-
HSV(B)291.54º31.33%97.65%-
XYZ66.9254.1496.55-
YUV199.92155.7155.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 25.99%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=36.17%
G=25.99%
B=37.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381712490.040.3100.02291.5486.6782.35
HexEEABF941F021245752
Octal35625337143702444127122
Binary1110111010101011111110011001111101010010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF9; }

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

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

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

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

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

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

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

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