#EDAAF5

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

Shades of Mauve #EDAAF5

Tints of Mauve #EDAAF5

Color information

#EDAAF5 (or 0xEDAAF5) is unknown color: approx Mauve. HEX triplet: ED, AA and F5. RGB value is (237,170,245). Sum of RGB (Red+Green+Blue) = 237+170+245=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAF5 is #12550A. Grayscale: #C6C6C6. Windows color (decimal): -1201419 or 16100077. OLE color: 16100077.

HSL color Cylindrical-coordinate representation of color #EDAAF5: hue angle of 293.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDAAF5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237170245-
CMYK0.030.3100.04
HSL293.6º78.95%81.37%-
HSV(B)293.6º30.61%96.08%-
XYZ65.7853.3593.22-
YUV198.58154.2155.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=36.35%
G=26.07%
B=37.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371702450.030.3100.04293.678.9581.37
HexEDAAF531F041264f51
Octal35525236533704446117121
Binary1110110110101010111101011111111010010010011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAF5; }

 p { color: rgb(237,170,245); }

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

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

 a { background-color: rgb(237,170,245); }

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

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

 span { border-color: rgb(237,170,245); }

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