#EEB9FB

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

Shades of Mauve #EEB9FB

Tints of Mauve #EEB9FB

Color information

#EEB9FB (or 0xEEB9FB) is unknown color: approx Mauve. HEX triplet: EE, B9 and FB. RGB value is (238,185,251). Sum of RGB (Red+Green+Blue) = 238+185+251=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9FB is #114604. Grayscale: #D0D0D0. Windows color (decimal): -1132037 or 16497134. OLE color: 16497134.

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

Color convert

RGB238185251-
CMYK0.050.2600.02
HSL288.18º89.19%85.49%-
HSV(B)288.18º26.29%98.43%-
XYZ70.0259.8499.13-
YUV208.37152.06149.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 185 (72.66% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=35.31%
G=27.45%
B=37.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381852510.050.2600.02288.1889.1985.49
HexEEB9FB51A021205955
Octal35627137353202440131125
Binary1110111010111001111110111011101001010010000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9FB; }

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

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

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

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

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

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

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

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