#EEAEF5

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

Shades of Mauve #EEAEF5

Tints of Mauve #EEAEF5

Color information

#EEAEF5 (or 0xEEAEF5) is unknown color: approx Mauve. HEX triplet: EE, AE and F5. RGB value is (238,174,245). Sum of RGB (Red+Green+Blue) = 238+174+245=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEAEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEF5 is #11510A. Grayscale: #C9C9C9. Windows color (decimal): -1134859 or 16101102. OLE color: 16101102.

HSL color Cylindrical-coordinate representation of color #EEAEF5: hue angle of 294.08º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAEF5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238174245-
CMYK0.030.2900.04
HSL294.08º78.02%82.16%-
HSV(B)294.08º28.98%96.08%-
XYZ66.8855.0493.49-
YUV201.23152.7154.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=36.23%
G=26.48%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381742450.030.2900.04294.0878.0282.16
HexEEAEF531D041264e52
Octal35625636533504446116122
Binary1110111010101110111101011111101010010010011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEF5; }

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

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

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

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

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

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

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

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