#EEADF4

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

Shades of Mauve #EEADF4

Tints of Mauve #EEADF4

Color information

#EEADF4 (or 0xEEADF4) is unknown color: approx Mauve. HEX triplet: EE, AD and F4. RGB value is (238,173,244). Sum of RGB (Red+Green+Blue) = 238+173+244=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADF4 is #11520B. Grayscale: #C8C8C8. Windows color (decimal): -1135116 or 16035310. OLE color: 16035310.

HSL color Cylindrical-coordinate representation of color #EEADF4: hue angle of 294.93º degrees, saturation: 0.76, 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 #EEADF4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238173244-
CMYK0.020.2900.04
HSL294.93º76.34%81.76%-
HSV(B)294.93º29.1%95.69%-
XYZ66.5354.692.62-
YUV200.53152.53154.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=36.34%
G=26.41%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381732440.020.2900.04294.9376.3481.76
HexEEADF421D041274c52
Octal35625536423504447114122
Binary1110111010101101111101001011101010010010011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADF4; }

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

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

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

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

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

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

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

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