#EDACF8

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

Shades of Mauve #EDACF8

Tints of Mauve #EDACF8

Color information

#EDACF8 (or 0xEDACF8) is unknown color: approx Mauve. HEX triplet: ED, AC and F8. RGB value is (237,172,248). Sum of RGB (Red+Green+Blue) = 237+172+248=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF8 is #125307. Grayscale: #C7C7C7. Windows color (decimal): -1200904 or 16297197. OLE color: 16297197.

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

Color convert

RGB237172248-
CMYK0.040.3100.03
HSL291.32º84.44%82.35%-
HSV(B)291.32º30.65%97.25%-
XYZ66.6254.2995.77-
YUV200.1155.03154.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=36.07%
G=26.18%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371722480.040.3100.03291.3284.4482.35
HexEDACF841F031235452
Octal35525437043703443124122
Binary1110110110101100111110001001111101110010001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACF8; }

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

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

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

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

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

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

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

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