#EEBAF9

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

Shades of Mauve #EEBAF9

Tints of Mauve #EEBAF9

Color information

#EEBAF9 (or 0xEEBAF9) is unknown color: approx Mauve. HEX triplet: EE, BA and F9. RGB value is (238,186,249). Sum of RGB (Red+Green+Blue) = 238+186+249=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF9 is #114506. Grayscale: #D0D0D0. Windows color (decimal): -1131783 or 16366318. OLE color: 16366318.

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

Color convert

RGB238186249-
CMYK0.040.2500.02
HSL289.52º84%85.29%-
HSV(B)289.52º25.3%97.65%-
XYZ69.9260.1397.54-
YUV208.73150.73148.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 27.64%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=35.36%
G=27.64%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381862490.040.2500.02289.528485.29
HexEEBAF9419021225455
Octal35627237143102442124125
Binary1110111010111010111110011001100101010010001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAF9; }

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

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

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

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

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

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

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

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