#EEABF8

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

Shades of Mauve #EEABF8

Tints of Mauve #EEABF8

Color information

#EEABF8 (or 0xEEABF8) is unknown color: approx Mauve. HEX triplet: EE, AB and F8. RGB value is (238,171,248). Sum of RGB (Red+Green+Blue) = 238+171+248=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF8 is #115407. Grayscale: #C7C7C7. Windows color (decimal): -1135624 or 16296942. OLE color: 16296942.

HSL color Cylindrical-coordinate representation of color #EEABF8: hue angle of 292.21º 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 #EEABF8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238171248-
CMYK0.040.3100.03
HSL292.21º84.62%82.16%-
HSV(B)292.21º31.05%97.25%-
XYZ66.7754.0895.73-
YUV199.81155.2155.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 171 (67.19% from 255) = 26.03%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=36.23%
G=26.03%
B=37.75%

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
Decimal2381712480.040.3100.03292.2184.6282.16
HexEEABF841F031245552
Octal35625337043703444125122
Binary1110111010101011111110001001111101110010010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF8; }

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

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

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

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

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

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

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

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