#EDADF4

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

Shades of Mauve #EDADF4

Tints of Mauve #EDADF4

Color information

#EDADF4 (or 0xEDADF4) is unknown color: approx Mauve. HEX triplet: ED, AD and F4. RGB value is (237,173,244). Sum of RGB (Red+Green+Blue) = 237+173+244=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADF4 is #12520B. Grayscale: #C8C8C8. Windows color (decimal): -1200652 or 16035309. OLE color: 16035309.

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

Color convert

RGB237173244-
CMYK0.030.2900.04
HSL294.08º76.34%81.76%-
HSV(B)294.08º29.1%95.69%-
XYZ66.254.4292.6-
YUV200.23152.7154.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=36.24%
G=26.45%
B=37.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371732440.030.2900.04294.0876.3481.76
HexEDADF431D041264c52
Octal35525536433504446114122
Binary1110110110101101111101001111101010010010011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADF4; }

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

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

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

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

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

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

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

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