#EEB6FB

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

Shades of Mauve #EEB6FB

Tints of Mauve #EEB6FB

Color information

#EEB6FB (or 0xEEB6FB) is unknown color: approx Mauve. HEX triplet: EE, B6 and FB. RGB value is (238,182,251). Sum of RGB (Red+Green+Blue) = 238+182+251=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6FB is #114904. Grayscale: #CECECE. Windows color (decimal): -1132805 or 16496366. OLE color: 16496366.

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

Color convert

RGB238182251-
CMYK0.050.2700.02
HSL288.7º89.61%84.9%-
HSV(B)288.7º27.49%98.43%-
XYZ69.458.698.92-
YUV206.61153.05150.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 27.12%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=35.47%
G=27.12%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381822510.050.2700.02288.789.6184.9
HexEEB6FB51B021215a55
Octal35626637353302441132125
Binary1110111010110110111110111011101101010010000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6FB; }

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

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

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

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

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

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

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

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