#EEB2FC

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

Shades of Mauve #EEB2FC

Tints of Mauve #EEB2FC

Color information

#EEB2FC (or 0xEEB2FC) is unknown color: approx Mauve. HEX triplet: EE, B2 and FC. RGB value is (238,178,252). Sum of RGB (Red+Green+Blue) = 238+178+252=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2FC is #114D03. Grayscale: #CCCCCC. Windows color (decimal): -1133828 or 16560878. OLE color: 16560878.

HSL color Cylindrical-coordinate representation of color #EEB2FC: hue angle of 288.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEB2FC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238178252-
CMYK0.060.2900.01
HSL288.65º92.5%84.31%-
HSV(B)288.65º29.37%98.82%-
XYZ68.7557.0599.48-
YUV204.38154.88151.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=35.63%
G=26.65%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381782520.060.2900.01288.6592.584.31
HexEEB2FC61D011215c54
Octal35626237463501441134124
Binary111011101011001011111100110111010110010000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2FC; }

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

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

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

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

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

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

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

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