#EEBBF5

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

Shades of Mauve #EEBBF5

Tints of Mauve #EEBBF5

Color information

#EEBBF5 (or 0xEEBBF5) is unknown color: approx Mauve. HEX triplet: EE, BB and F5. RGB value is (238,187,245). Sum of RGB (Red+Green+Blue) = 238+187+245=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBBF5 is #11440A. Grayscale: #D0D0D0. Windows color (decimal): -1131531 or 16104430. OLE color: 16104430.

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

Color convert

RGB238187245-
CMYK0.030.2400.04
HSL292.76º74.36%84.71%-
HSV(B)292.76º23.67%96.08%-
XYZ69.5160.3194.36-
YUV208.86148.4148.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=35.52%
G=27.91%
B=36.57%

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
Decimal2381872450.030.2400.04292.7674.3684.71
HexEEBBF5318041254a55
Octal35627336533004445112125
Binary1110111010111011111101011111000010010010010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBF5; }

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

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

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

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

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

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

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

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