#EEADF8

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

Shades of Mauve #EEADF8

Tints of Mauve #EEADF8

Color information

#EEADF8 (or 0xEEADF8) is unknown color: approx Mauve. HEX triplet: EE, AD and F8. RGB value is (238,173,248). Sum of RGB (Red+Green+Blue) = 238+173+248=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADF8 is #115207. Grayscale: #C8C8C8. Windows color (decimal): -1135112 or 16297454. OLE color: 16297454.

HSL color Cylindrical-coordinate representation of color #EEADF8: hue angle of 292º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEADF8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238173248-
CMYK0.040.3000.03
HSL292º84.27%82.55%-
HSV(B)292º30.24%97.25%-
XYZ67.1554.8495.85-
YUV200.98154.53154.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 26.25%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=36.12%
G=26.25%
B=37.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381732480.040.3000.0329284.2782.55
HexEEADF841E031245453
Octal35625537043603444124123
Binary1110111010101101111110001001111001110010010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADF8; }

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

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

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

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

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

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

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

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