#EDA8FA

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

Shades of Mauve #EDA8FA

Tints of Mauve #EDA8FA

Color information

#EDA8FA (or 0xEDA8FA) is unknown color: approx Mauve. HEX triplet: ED, A8 and FA. RGB value is (237,168,250). Sum of RGB (Red+Green+Blue) = 237+168+250=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FA is #125705. Grayscale: #C5C5C5. Windows color (decimal): -1201926 or 16427245. OLE color: 16427245.

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

Color convert

RGB237168250-
CMYK0.050.3300.02
HSL290.49º89.13%81.96%-
HSV(B)290.49º32.8%98.04%-
XYZ66.1852.9197.17-
YUV197.98157.36155.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 168 (66.02% from 255) = 25.65%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=36.18%
G=25.65%
B=38.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371682500.050.3300.02290.4989.1381.96
HexEDA8FA521021225952
Octal35525037254102442131122
Binary11101101101010001111101010110000101010010001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8FA; }

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

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

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

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

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

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

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

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