#EDA8F9

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

Shades of Mauve #EDA8F9

Tints of Mauve #EDA8F9

Color information

#EDA8F9 (or 0xEDA8F9) is unknown color: approx Mauve. HEX triplet: ED, A8 and F9. RGB value is (237,168,249). Sum of RGB (Red+Green+Blue) = 237+168+249=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8F9 is #125706. Grayscale: #C5C5C5. Windows color (decimal): -1201927 or 16361709. OLE color: 16361709.

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

Color convert

RGB237168249-
CMYK0.050.3300.02
HSL291.11º87.1%81.76%-
HSV(B)291.11º32.53%97.65%-
XYZ66.0352.8596.34-
YUV197.86156.86155.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=36.24%
G=25.69%
B=38.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371682490.050.3300.02291.1187.181.76
HexEDA8F9521021235752
Octal35525037154102443127122
Binary11101101101010001111100110110000101010010001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8F9; }

 p { color: rgb(237,168,249); }

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

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

 a { background-color: rgb(237,168,249); }

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

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

 span { border-color: rgb(237,168,249); }

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