#EDA4FC

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

Shades of Mauve #EDA4FC

Tints of Mauve #EDA4FC

Color information

#EDA4FC (or 0xEDA4FC) is unknown color: approx Mauve. HEX triplet: ED, A4 and FC. RGB value is (237,164,252). Sum of RGB (Red+Green+Blue) = 237+164+252=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4FC is #125B03. Grayscale: #C3C3C3. Windows color (decimal): -1202948 or 16557293. OLE color: 16557293.

HSL color Cylindrical-coordinate representation of color #EDA4FC: hue angle of 289.77º degrees, saturation: 0.94, 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 #EDA4FC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237164252-
CMYK0.060.3500.01
HSL289.77º93.62%81.57%-
HSV(B)289.77º34.92%98.82%-
XYZ65.7751.5898.59-
YUV195.86159.68157.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 164 (64.45% from 255) = 25.11%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=36.29%
G=25.11%
B=38.59%

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
Decimal2371642520.060.3500.01289.7793.6281.57
HexEDA4FC623011225e52
Octal35524437464301442136122
Binary1110110110100100111111001101000110110010001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4FC; }

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

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

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

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

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

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

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

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