#EDA3FF

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

Shades of Mauve #EDA3FF

Tints of Mauve #EDA3FF

Color information

#EDA3FF (or 0xEDA3FF) is unknown color: approx Mauve. HEX triplet: ED, A3 and FF. RGB value is (237,163,255). Sum of RGB (Red+Green+Blue) = 237+163+255=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 163 (64.06% from 255 or 24.89% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3FF is #125C00. Grayscale: #C3C3C3. Windows color (decimal): -1203201 or 16753645. OLE color: 16753645.

HSL color Cylindrical-coordinate representation of color #EDA3FF: hue angle of 288.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA3FF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237163255-
CMYK0.070.3600
HSL288.26º100%81.96%-
HSV(B)288.26º36.08%100%-
XYZ66.0751.42101.05-
YUV195.61161.52157.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 163 (64.06% from 255) = 24.89%
BLUE value IS 255 (100% from 255) = 38.93%
R=36.18%
G=24.89%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371632550.070.3600288.2610081.96
HexEDA3FF724001206452
Octal35524337774400440144122
Binary1110110110100011111111111111001000010010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3FF; }

 p { color: rgb(237,163,255); }

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

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

 a { background-color: rgb(237,163,255); }

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

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

 span { border-color: rgb(237,163,255); }

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