#EEADFA

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

Shades of Mauve #EEADFA

Tints of Mauve #EEADFA

Color information

#EEADFA (or 0xEEADFA) is unknown color: approx Mauve. HEX triplet: EE, AD and FA. RGB value is (238,173,250). Sum of RGB (Red+Green+Blue) = 238+173+250=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFA is #115205. Grayscale: #C8C8C8. Windows color (decimal): -1135110 or 16428526. OLE color: 16428526.

HSL color Cylindrical-coordinate representation of color #EEADFA: hue angle of 290.65º degrees, saturation: 0.89, 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 #EEADFA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238173250-
CMYK0.050.3100.02
HSL290.65º88.51%82.94%-
HSV(B)290.65º30.8%98.04%-
XYZ67.4654.9797.5-
YUV201.21155.53154.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 26.17%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=36.01%
G=26.17%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381732500.050.3100.02290.6588.5182.94
HexEEADFA51F021235953
Octal35625537253702443131123
Binary1110111010101101111110101011111101010010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADFA; }

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

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

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

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

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

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

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

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