#EDACF6

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

Shades of Mauve #EDACF6

Tints of Mauve #EDACF6

Color information

#EDACF6 (or 0xEDACF6) is unknown color: approx Mauve. HEX triplet: ED, AC and F6. RGB value is (237,172,246). Sum of RGB (Red+Green+Blue) = 237+172+246=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF6 is #125309. Grayscale: #C7C7C7. Windows color (decimal): -1200906 or 16166125. OLE color: 16166125.

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

Color convert

RGB237172246-
CMYK0.040.3000.04
HSL292.7º80.43%81.96%-
HSV(B)292.7º30.08%96.47%-
XYZ66.3154.1694.15-
YUV199.87154.03154.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=36.18%
G=26.26%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371722460.040.3000.04292.780.4381.96
HexEDACF641E041255052
Octal35525436643604445120122
Binary11101101101011001111011010011110010010010010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACF6; }

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

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

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

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

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

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

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

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