#EEC6FF

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

Shades of Mauve #EEC6FF

Tints of Mauve #EEC6FF

Color information

#EEC6FF (or 0xEEC6FF) is unknown color: approx Mauve. HEX triplet: EE, C6 and FF. RGB value is (238,198,255). Sum of RGB (Red+Green+Blue) = 238+198+255=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6FF is #113900. Grayscale: #D8D8D8. Windows color (decimal): -1128705 or 16762606. OLE color: 16762606.

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

Color convert

RGB238198255-
CMYK0.070.2200
HSL282.11º100%88.82%-
HSV(B)282.11º22.35%100%-
XYZ73.565.79103.43-
YUV216.46149.75143.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 198 (77.73% from 255) = 28.65%
BLUE value IS 255 (100% from 255) = 36.90%
R=34.44%
G=28.65%
B=36.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381982550.070.2200282.1110088.82
HexEEC6FF7160011a6459
Octal35630637772600432144131
Binary111011101100011011111111111101100010001101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6FF; }

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

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

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

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

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

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

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

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