#EEB6F3

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

Shades of Mauve #EEB6F3

Tints of Mauve #EEB6F3

Color information

#EEB6F3 (or 0xEEB6F3) is unknown color: approx Mauve. HEX triplet: EE, B6 and F3. RGB value is (238,182,243). Sum of RGB (Red+Green+Blue) = 238+182+243=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEB6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6F3 is #11490C. Grayscale: #CDCDCD. Windows color (decimal): -1132813 or 15972078. OLE color: 15972078.

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

Color convert

RGB238182243-
CMYK0.020.2500.05
HSL295.08º71.76%83.33%-
HSV(B)295.08º25.1%95.29%-
XYZ68.1758.192.42-
YUV205.7149.05151.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 182 (71.48% from 255) = 27.45%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=35.90%
G=27.45%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381822430.020.2500.05295.0871.7683.33
HexEEB6F3219051274853
Octal35626636323105447110123
Binary1110111010110110111100111011001010110010011110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6F3; }

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

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

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

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

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

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

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

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