#EDADF7

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

Shades of Mauve #EDADF7

Tints of Mauve #EDADF7

Color information

#EDADF7 (or 0xEDADF7) is unknown color: approx Mauve. HEX triplet: ED, AD and F7. RGB value is (237,173,247). Sum of RGB (Red+Green+Blue) = 237+173+247=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADF7 is #125208. Grayscale: #C8C8C8. Windows color (decimal): -1200649 or 16231917. OLE color: 16231917.

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

Color convert

RGB237173247-
CMYK0.040.3000.03
HSL291.89º82.22%82.35%-
HSV(B)291.89º29.96%96.86%-
XYZ66.6654.6195.02-
YUV200.57154.2153.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 173 (67.97% from 255) = 26.33%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=36.07%
G=26.33%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371732470.040.3000.03291.8982.2282.35
HexEDADF741E031245252
Octal35525536743603444122122
Binary1110110110101101111101111001111001110010010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADF7; }

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

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

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

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

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

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

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

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