#EEC3FB

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

Shades of Mauve #EEC3FB

Tints of Mauve #EEC3FB

Color information

#EEC3FB (or 0xEEC3FB) is unknown color: approx Mauve. HEX triplet: EE, C3 and FB. RGB value is (238,195,251). Sum of RGB (Red+Green+Blue) = 238+195+251=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3FB is #113C04. Grayscale: #D6D6D6. Windows color (decimal): -1129477 or 16499694. OLE color: 16499694.

HSL color Cylindrical-coordinate representation of color #EEC3FB: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC3FB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238195251-
CMYK0.050.2200.02
HSL286.07º87.5%87.45%-
HSV(B)286.07º22.31%98.43%-
XYZ72.1964.1799.85-
YUV214.24148.75144.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 195 (76.56% from 255) = 28.51%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=34.80%
G=28.51%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381952510.050.2200.02286.0787.587.45
HexEEC3FB5160211e5857
Octal35630337352602436130127
Binary1110111011000011111110111011011001010001111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3FB; }

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

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

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

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

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

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

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

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