#EDACF4

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

Shades of Mauve #EDACF4

Tints of Mauve #EDACF4

Color information

#EDACF4 (or 0xEDACF4) is unknown color: approx Mauve. HEX triplet: ED, AC and F4. RGB value is (237,172,244). Sum of RGB (Red+Green+Blue) = 237+172+244=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF4 is #12530B. Grayscale: #C7C7C7. Windows color (decimal): -1200908 or 16035053. OLE color: 16035053.

HSL color Cylindrical-coordinate representation of color #EDACF4: hue angle of 294.17º degrees, saturation: 0.77, 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 #EDACF4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237172244-
CMYK0.030.3000.04
HSL294.17º76.6%81.57%-
HSV(B)294.17º29.51%95.69%-
XYZ66.0154.0492.54-
YUV199.64153.03154.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=36.29%
G=26.34%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371722440.030.3000.04294.1776.681.57
HexEDACF431E041264d52
Octal35525436433604446115122
Binary1110110110101100111101001111110010010010011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACF4; }

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

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

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

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

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

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

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

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