#EEADF9

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

Shades of Mauve #EEADF9

Tints of Mauve #EEADF9

Color information

#EEADF9 (or 0xEEADF9) is unknown color: approx Mauve. HEX triplet: EE, AD and F9. RGB value is (238,173,249). Sum of RGB (Red+Green+Blue) = 238+173+249=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADF9 is #115206. Grayscale: #C8C8C8. Windows color (decimal): -1135111 or 16362990. OLE color: 16362990.

HSL color Cylindrical-coordinate representation of color #EEADF9: hue angle of 291.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEADF9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238173249-
CMYK0.040.3100.02
HSL291.32º86.36%82.75%-
HSV(B)291.32º30.52%97.65%-
XYZ67.354.996.67-
YUV201.1155.03154.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=36.06%
G=26.21%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381732490.040.3100.02291.3286.3682.75
HexEEADF941F021235653
Octal35625537143702443126123
Binary1110111010101101111110011001111101010010001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADF9; }

 p { color: rgb(238,173,249); }

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

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

 a { background-color: rgb(238,173,249); }

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

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

 span { border-color: rgb(238,173,249); }

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