#EEB2FB

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

Shades of Mauve #EEB2FB

Tints of Mauve #EEB2FB

Color information

#EEB2FB (or 0xEEB2FB) is unknown color: approx Mauve. HEX triplet: EE, B2 and FB. RGB value is (238,178,251). Sum of RGB (Red+Green+Blue) = 238+178+251=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FB is #114D04. Grayscale: #CCCCCC. Windows color (decimal): -1133829 or 16495342. OLE color: 16495342.

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

Color convert

RGB238178251-
CMYK0.050.2900.02
HSL289.32º90.12%84.12%-
HSV(B)289.32º29.08%98.43%-
XYZ68.5956.9898.65-
YUV204.26154.38152.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 178 (69.92% from 255) = 26.69%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=35.68%
G=26.69%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381782510.050.2900.02289.3290.1284.12
HexEEB2FB51D021215a54
Octal35626237353502441132124
Binary1110111010110010111110111011110101010010000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2FB; }

 p { color: rgb(238,178,251); }

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

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

 a { background-color: rgb(238,178,251); }

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

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

 span { border-color: rgb(238,178,251); }

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