#EAADF9

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

Shades of Mauve #EAADF9

Tints of Mauve #EAADF9

Color information

#EAADF9 (or 0xEAADF9) is unknown color: approx Mauve. HEX triplet: EA, AD and F9. RGB value is (234,173,249). Sum of RGB (Red+Green+Blue) = 234+173+249=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF9 is #155206. Grayscale: #C7C7C7. Windows color (decimal): -1397255 or 16362986. OLE color: 16362986.

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

Color convert

RGB234173249-
CMYK0.060.3100.02
HSL288.16º86.36%82.75%-
HSV(B)288.16º30.52%97.65%-
XYZ65.9754.2296.61-
YUV199.9155.71152.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=35.67%
G=26.37%
B=37.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341732490.060.3100.02288.1686.3682.75
HexEAADF961F021205653
Octal35225537163702440126123
Binary1110101010101101111110011101111101010010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADF9; }

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

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

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

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

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

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

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

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