#EDA9FB

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

Shades of Mauve #EDA9FB

Tints of Mauve #EDA9FB

Color information

#EDA9FB (or 0xEDA9FB) is unknown color: approx Mauve. HEX triplet: ED, A9 and FB. RGB value is (237,169,251). Sum of RGB (Red+Green+Blue) = 237+169+251=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 169 (66.41% from 255 or 25.72% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9FB is #125604. Grayscale: #C6C6C6. Windows color (decimal): -1201669 or 16493037. OLE color: 16493037.

HSL color Cylindrical-coordinate representation of color #EDA9FB: hue angle of 289.76º degrees, saturation: 0.91, 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 #EDA9FB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237169251-
CMYK0.060.3300.02
HSL289.76º91.11%82.35%-
HSV(B)289.76º32.67%98.43%-
XYZ66.5353.3598.06-
YUV198.68157.53155.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 169 (66.41% from 255) = 25.72%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=36.07%
G=25.72%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371692510.060.3300.02289.7691.1182.35
HexEDA9FB621021225b52
Octal35525137364102442133122
Binary11101101101010011111101111010000101010010001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9FB; }

 p { color: rgb(237,169,251); }

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

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

 a { background-color: rgb(237,169,251); }

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

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

 span { border-color: rgb(237,169,251); }

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