#EDA4FD

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

Shades of Mauve #EDA4FD

Tints of Mauve #EDA4FD

Color information

#EDA4FD (or 0xEDA4FD) is unknown color: approx Mauve. HEX triplet: ED, A4 and FD. RGB value is (237,164,253). Sum of RGB (Red+Green+Blue) = 237+164+253=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4FD is #125B02. Grayscale: #C3C3C3. Windows color (decimal): -1202947 or 16622829. OLE color: 16622829.

HSL color Cylindrical-coordinate representation of color #EDA4FD: hue angle of 289.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA4FD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237164253-
CMYK0.060.3500.01
HSL289.21º95.7%81.76%-
HSV(B)289.21º35.18%99.22%-
XYZ65.9351.6599.42-
YUV195.97160.18157.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 164 (64.45% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=36.24%
G=25.08%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371642530.060.3500.01289.2195.781.76
HexEDA4FD623011216052
Octal35524437564301441140122
Binary1110110110100100111111011101000110110010000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4FD; }

 p { color: rgb(237,164,253); }

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

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

 a { background-color: rgb(237,164,253); }

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

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

 span { border-color: rgb(237,164,253); }

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