#EDADFA

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

Shades of Mauve #EDADFA

Tints of Mauve #EDADFA

Color information

#EDADFA (or 0xEDADFA) is unknown color: approx Mauve. HEX triplet: ED, AD and FA. RGB value is (237,173,250). Sum of RGB (Red+Green+Blue) = 237+173+250=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFA is #125205. Grayscale: #C8C8C8. Windows color (decimal): -1200646 or 16428525. OLE color: 16428525.

HSL color Cylindrical-coordinate representation of color #EDADFA: hue angle of 289.87º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDADFA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237173250-
CMYK0.050.3100.02
HSL289.87º88.51%82.94%-
HSV(B)289.87º30.8%98.04%-
XYZ67.1254.7997.48-
YUV200.91155.7153.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=35.91%
G=26.21%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371732500.050.3100.02289.8788.5182.94
HexEDADFA51F021225953
Octal35525537253702442131123
Binary1110110110101101111110101011111101010010001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADFA; }

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

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

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

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

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

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

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

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