#EEABF6

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

Shades of Mauve #EEABF6

Tints of Mauve #EEABF6

Color information

#EEABF6 (or 0xEEABF6) is unknown color: approx Mauve. HEX triplet: EE, AB and F6. RGB value is (238,171,246). Sum of RGB (Red+Green+Blue) = 238+171+246=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABF6 is #115409. Grayscale: #C7C7C7. Windows color (decimal): -1135626 or 16165870. OLE color: 16165870.

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

Color convert

RGB238171246-
CMYK0.030.3000.04
HSL293.6º80.65%81.76%-
HSV(B)293.6º30.49%96.47%-
XYZ66.4653.9694.1-
YUV199.58154.2155.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=36.34%
G=26.11%
B=37.56%

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
Decimal2381712460.030.3000.04293.680.6581.76
HexEEABF631E041265152
Octal35625336633604446121122
Binary1110111010101011111101101111110010010010011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABF6; }

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

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

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

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

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

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

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

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