#EDA4F6

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

Shades of Mauve #EDA4F6

Tints of Mauve #EDA4F6

Color information

#EDA4F6 (or 0xEDA4F6) is unknown color: approx Mauve. HEX triplet: ED, A4 and F6. RGB value is (237,164,246). Sum of RGB (Red+Green+Blue) = 237+164+246=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 164 (64.45% from 255 or 25.35% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDA4F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F6 is #125B09. Grayscale: #C2C2C2. Windows color (decimal): -1202954 or 16164077. OLE color: 16164077.

HSL color Cylindrical-coordinate representation of color #EDA4F6: hue angle of 293.41º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA4F6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237164246-
CMYK0.040.3300.04
HSL293.41º82%80.39%-
HSV(B)293.41º33.33%96.47%-
XYZ64.8451.2193.66-
YUV195.18156.68157.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 164 (64.45% from 255) = 25.35%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=36.63%
G=25.35%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371642460.040.3300.04293.418280.39
HexEDA4F6421041255250
Octal35524436644104445122120
Binary111011011010010011110110100100001010010010010110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4F6; }

 p { color: rgb(237,164,246); }

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

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

 a { background-color: rgb(237,164,246); }

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

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

 span { border-color: rgb(237,164,246); }

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