#EEC3FC

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

Shades of Mauve #EEC3FC

Tints of Mauve #EEC3FC

Color information

#EEC3FC (or 0xEEC3FC) is unknown color: approx Mauve. HEX triplet: EE, C3 and FC. RGB value is (238,195,252). Sum of RGB (Red+Green+Blue) = 238+195+252=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3FC is #113C03. Grayscale: #D6D6D6. Windows color (decimal): -1129476 or 16565230. OLE color: 16565230.

HSL color Cylindrical-coordinate representation of color #EEC3FC: hue angle of 285.26º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC3FC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238195252-
CMYK0.060.2300.01
HSL285.26º90.48%87.65%-
HSV(B)285.26º22.62%98.82%-
XYZ72.3564.24100.68-
YUV214.36149.25144.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 28.47%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=34.74%
G=28.47%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381952520.060.2300.01285.2690.4887.65
HexEEC3FC6170111d5a58
Octal35630337462701435132130
Binary111011101100001111111100110101110110001110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3FC; }

 p { color: rgb(238,195,252); }

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

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

 a { background-color: rgb(238,195,252); }

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

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

 span { border-color: rgb(238,195,252); }

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