#EDABF6

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

Shades of Mauve #EDABF6

Tints of Mauve #EDABF6

Color information

#EDABF6 (or 0xEDABF6) is unknown color: approx Mauve. HEX triplet: ED, AB and F6. RGB value is (237,171,246). Sum of RGB (Red+Green+Blue) = 237+171+246=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABF6 is #125409. Grayscale: #C7C7C7. Windows color (decimal): -1201162 or 16165869. OLE color: 16165869.

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

Color convert

RGB237171246-
CMYK0.040.3000.04
HSL292.8º80.65%81.76%-
HSV(B)292.8º30.49%96.47%-
XYZ66.1253.7894.09-
YUV199.28154.37154.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=36.24%
G=26.15%
B=37.61%

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
Decimal2371712460.040.3000.04292.880.6581.76
HexEDABF641E041255152
Octal35525336643604445121122
Binary11101101101010111111011010011110010010010010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABF6; }

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

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

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

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

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

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

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

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