#EEB8FF

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

Shades of Mauve #EEB8FF

Tints of Mauve #EEB8FF

Color information

#EEB8FF (or 0xEEB8FF) is unknown color: approx Mauve. HEX triplet: EE, B8 and FF. RGB value is (238,184,255). Sum of RGB (Red+Green+Blue) = 238+184+255=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB8FF is #114700. Grayscale: #D0D0D0. Windows color (decimal): -1132289 or 16759022. OLE color: 16759022.

HSL color Cylindrical-coordinate representation of color #EEB8FF: hue angle of 285.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB8FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238184255-
CMYK0.070.2800
HSL285.63º100%86.08%-
HSV(B)285.63º27.84%100%-
XYZ70.4559.68102.41-
YUV208.24154.39149.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 184 (72.27% from 255) = 27.18%
BLUE value IS 255 (100% from 255) = 37.67%
R=35.16%
G=27.18%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381842550.070.2800285.6310086.08
HexEEB8FF71C0011e6456
Octal35627037773400436144126
Binary111011101011100011111111111111000010001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8FF; }

 p { color: rgb(238,184,255); }

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

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

 a { background-color: rgb(238,184,255); }

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

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

 span { border-color: rgb(238,184,255); }

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