#EEBBFA

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

Shades of Mauve #EEBBFA

Tints of Mauve #EEBBFA

Color information

#EEBBFA (or 0xEEBBFA) is unknown color: approx Mauve. HEX triplet: EE, BB and FA. RGB value is (238,187,250). Sum of RGB (Red+Green+Blue) = 238+187+250=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEBBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBBFA is #114405. Grayscale: #D1D1D1. Windows color (decimal): -1131526 or 16432110. OLE color: 16432110.

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

Color convert

RGB238187250-
CMYK0.050.2500.02
HSL288.57º86.3%85.69%-
HSV(B)288.57º25.2%98.04%-
XYZ70.2960.6298.44-
YUV209.43150.9148.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=35.26%
G=27.70%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381872500.050.2500.02288.5786.385.69
HexEEBBFA519021215656
Octal35627337253102441126126
Binary1110111010111011111110101011100101010010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBFA; }

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

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

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

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

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

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

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

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