#EEB6FF

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

Shades of Mauve #EEB6FF

Tints of Mauve #EEB6FF

Color information

#EEB6FF (or 0xEEB6FF) is unknown color: approx Mauve. HEX triplet: EE, B6 and FF. RGB value is (238,182,255). Sum of RGB (Red+Green+Blue) = 238+182+255=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6FF is #114900. Grayscale: #CECECE. Windows color (decimal): -1132801 or 16758510. OLE color: 16758510.

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

Color convert

RGB238182255-
CMYK0.070.2900
HSL286.03º100%85.69%-
HSV(B)286.03º28.63%100%-
XYZ70.0458.85102.28-
YUV207.07155.05150.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 182 (71.48% from 255) = 26.96%
BLUE value IS 255 (100% from 255) = 37.78%
R=35.26%
G=26.96%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381822550.070.2900286.0310085.69
HexEEB6FF71D0011e6456
Octal35626637773500436144126
Binary111011101011011011111111111111010010001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6FF; }

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

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

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

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

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

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

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

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