#EDABF4

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

Shades of Mauve #EDABF4

Tints of Mauve #EDABF4

Color information

#EDABF4 (or 0xEDABF4) is unknown color: approx Mauve. HEX triplet: ED, AB and F4. RGB value is (237,171,244). Sum of RGB (Red+Green+Blue) = 237+171+244=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABF4 is #12540B. Grayscale: #C6C6C6. Windows color (decimal): -1201164 or 16034797. OLE color: 16034797.

HSL color Cylindrical-coordinate representation of color #EDABF4: hue angle of 294.25º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDABF4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237171244-
CMYK0.030.3000.04
HSL294.25º76.84%81.37%-
HSV(B)294.25º29.92%95.69%-
XYZ65.8253.6692.48-
YUV199.06153.37155.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 171 (67.19% from 255) = 26.23%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=36.35%
G=26.23%
B=37.42%

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
Decimal2371712440.030.3000.04294.2576.8481.37
HexEDABF431E041264d51
Octal35525336433604446115121
Binary1110110110101011111101001111110010010010011010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABF4; }

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

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

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

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

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

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

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

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