#EEC5FF

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

Shades of Mauve #EEC5FF

Tints of Mauve #EEC5FF

Color information

#EEC5FF (or 0xEEC5FF) is unknown color: approx Mauve. HEX triplet: EE, C5 and FF. RGB value is (238,197,255). Sum of RGB (Red+Green+Blue) = 238+197+255=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5FF is #113A00. Grayscale: #D7D7D7. Windows color (decimal): -1128961 or 16762350. OLE color: 16762350.

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

Color convert

RGB238197255-
CMYK0.070.2300
HSL282.41º100%88.63%-
HSV(B)282.41º22.75%100%-
XYZ73.2865.33103.36-
YUV215.87150.08143.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 197 (77.34% from 255) = 28.55%
BLUE value IS 255 (100% from 255) = 36.96%
R=34.49%
G=28.55%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381972550.070.2300282.4110088.63
HexEEC5FF7170011a6459
Octal35630537772700432144131
Binary111011101100010111111111111101110010001101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5FF; }

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

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

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

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

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

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

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

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