#EDACF9

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

Shades of Mauve #EDACF9

Tints of Mauve #EDACF9

Color information

#EDACF9 (or 0xEDACF9) is unknown color: approx Mauve. HEX triplet: ED, AC and F9. RGB value is (237,172,249). Sum of RGB (Red+Green+Blue) = 237+172+249=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF9 is #125306. Grayscale: #C7C7C7. Windows color (decimal): -1200903 or 16362733. OLE color: 16362733.

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

Color convert

RGB237172249-
CMYK0.050.3100.02
HSL290.65º86.52%82.55%-
HSV(B)290.65º30.92%97.65%-
XYZ66.7854.3596.59-
YUV200.21155.53154.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=36.02%
G=26.14%
B=37.84%

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
Decimal2371722490.050.3100.02290.6586.5282.55
HexEDACF951F021235753
Octal35525437153702443127123
Binary1110110110101100111110011011111101010010001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACF9; }

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

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

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

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

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

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

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

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