#EEAAFD

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

Shades of Mauve #EEAAFD

Tints of Mauve #EEAAFD

Color information

#EEAAFD (or 0xEEAAFD) is unknown color: approx Mauve. HEX triplet: EE, AA and FD. RGB value is (238,170,253). Sum of RGB (Red+Green+Blue) = 238+170+253=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAFD is #115502. Grayscale: #C7C7C7. Windows color (decimal): -1135875 or 16624366. OLE color: 16624366.

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

Color convert

RGB238170253-
CMYK0.060.3300.01
HSL289.16º95.4%82.94%-
HSV(B)289.16º32.81%99.22%-
XYZ67.3654.0299.8-
YUV199.79158.03155.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 170 (66.80% from 255) = 25.72%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=36.01%
G=25.72%
B=38.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381702530.060.3300.01289.1695.482.94
HexEEAAFD621011215f53
Octal35625237564101441137123
Binary1110111010101010111111011101000010110010000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAFD; }

 p { color: rgb(238,170,253); }

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

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

 a { background-color: rgb(238,170,253); }

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

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

 span { border-color: rgb(238,170,253); }

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