#EEABF5

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

Shades of Mauve #EEABF5

Tints of Mauve #EEABF5

Color information

#EEABF5 (or 0xEEABF5) is unknown color: approx Mauve. HEX triplet: EE, AB and F5. RGB value is (238,171,245). Sum of RGB (Red+Green+Blue) = 238+171+245=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF5 is #11540A. Grayscale: #C7C7C7. Windows color (decimal): -1135627 or 16100334. OLE color: 16100334.

HSL color Cylindrical-coordinate representation of color #EEABF5: hue angle of 294.32º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEABF5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238171245-
CMYK0.030.3000.04
HSL294.32º78.72%81.57%-
HSV(B)294.32º30.2%96.08%-
XYZ66.353.993.29-
YUV199.47153.7155.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=36.39%
G=26.15%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381712450.030.3000.04294.3278.7281.57
HexEEABF531E041264f52
Octal35625336533604446117122
Binary1110111010101011111101011111110010010010011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF5; }

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

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

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

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

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

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

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

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