#EEAEFC

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

Shades of Mauve #EEAEFC

Tints of Mauve #EEAEFC

Color information

#EEAEFC (or 0xEEAEFC) is unknown color: approx Mauve. HEX triplet: EE, AE and FC. RGB value is (238,174,252). Sum of RGB (Red+Green+Blue) = 238+174+252=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEFC is #115103. Grayscale: #C9C9C9. Windows color (decimal): -1134852 or 16559854. OLE color: 16559854.

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

Color convert

RGB238174252-
CMYK0.060.3100.01
HSL289.23º92.86%83.53%-
HSV(B)289.23º30.95%98.82%-
XYZ67.9755.4899.22-
YUV202.03156.2153.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=35.84%
G=26.20%
B=37.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381742520.060.3100.01289.2392.8683.53
HexEEAEFC61F011215d54
Octal35625637463701441135124
Binary111011101010111011111100110111110110010000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEFC; }

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

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

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

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

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

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

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

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