#EDA6FA

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

Shades of Mauve #EDA6FA

Tints of Mauve #EDA6FA

Color information

#EDA6FA (or 0xEDA6FA) is unknown color: approx Mauve. HEX triplet: ED, A6 and FA. RGB value is (237,166,250). Sum of RGB (Red+Green+Blue) = 237+166+250=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FA is #125905. Grayscale: #C4C4C4. Windows color (decimal): -1202438 or 16426733. OLE color: 16426733.

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

Color convert

RGB237166250-
CMYK0.050.3400.02
HSL290.71º89.36%81.57%-
HSV(B)290.71º33.6%98.04%-
XYZ65.8252.1897.05-
YUV196.8158.02156.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 166 (65.23% from 255) = 25.42%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=36.29%
G=25.42%
B=38.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371662500.050.3400.02290.7189.3681.57
HexEDA6FA522021235952
Octal35524637254202443131122
Binary11101101101001101111101010110001001010010001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6FA; }

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

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

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

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

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

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

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

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