#EEBAF5

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

Shades of Mauve #EEBAF5

Tints of Mauve #EEBAF5

Color information

#EEBAF5 (or 0xEEBAF5) is unknown color: approx Mauve. HEX triplet: EE, BA and F5. RGB value is (238,186,245). Sum of RGB (Red+Green+Blue) = 238+186+245=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF5 is #11450A. Grayscale: #D0D0D0. Windows color (decimal): -1131787 or 16104174. OLE color: 16104174.

HSL color Cylindrical-coordinate representation of color #EEBAF5: hue angle of 292.88º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBAF5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238186245-
CMYK0.030.2400.04
HSL292.88º74.68%84.51%-
HSV(B)292.88º24.08%96.08%-
XYZ69.359.8994.29-
YUV208.27148.73149.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=35.58%
G=27.80%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381862450.030.2400.04292.8874.6884.51
HexEEBAF5318041254b55
Octal35627236533004445113125
Binary1110111010111010111101011111000010010010010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAF5; }

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

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

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

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

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

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

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

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