#EDABF5

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

Shades of Mauve #EDABF5

Tints of Mauve #EDABF5

Color information

#EDABF5 (or 0xEDABF5) is unknown color: approx Mauve. HEX triplet: ED, AB and F5. RGB value is (237,171,245). Sum of RGB (Red+Green+Blue) = 237+171+245=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABF5 is #12540A. Grayscale: #C6C6C6. Windows color (decimal): -1201163 or 16100333. OLE color: 16100333.

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

Color convert

RGB237171245-
CMYK0.030.3000.04
HSL293.51º78.72%81.57%-
HSV(B)293.51º30.2%96.08%-
XYZ65.9753.7293.28-
YUV199.17153.87154.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 26.19%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=36.29%
G=26.19%
B=37.52%

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
Decimal2371712450.030.3000.04293.5178.7281.57
HexEDABF531E041264f52
Octal35525336533604446117122
Binary1110110110101011111101011111110010010010011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABF5; }

 p { color: rgb(237,171,245); }

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

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

 a { background-color: rgb(237,171,245); }

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

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

 span { border-color: rgb(237,171,245); }

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