#EEC1FF

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

Shades of Mauve #EEC1FF

Tints of Mauve #EEC1FF

Color information

#EEC1FF (or 0xEEC1FF) is unknown color: approx Mauve. HEX triplet: EE, C1 and FF. RGB value is (238,193,255). Sum of RGB (Red+Green+Blue) = 238+193+255=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1FF is #113E00. Grayscale: #D5D5D5. Windows color (decimal): -1129985 or 16761326. OLE color: 16761326.

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

Color convert

RGB238193255-
CMYK0.070.2400
HSL283.55º100%87.84%-
HSV(B)283.55º24.31%100%-
XYZ72.3863.54103.06-
YUV213.52151.41145.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 193 (75.78% from 255) = 28.13%
BLUE value IS 255 (100% from 255) = 37.17%
R=34.69%
G=28.13%
B=37.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381932550.070.2400283.5510087.84
HexEEC1FF7180011c6458
Octal35630137773000434144130
Binary111011101100000111111111111110000010001110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1FF; }

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

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

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

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

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

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

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

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