#EDA6FD

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

Shades of Mauve #EDA6FD

Tints of Mauve #EDA6FD

Color information

#EDA6FD (or 0xEDA6FD) is unknown color: approx Mauve. HEX triplet: ED, A6 and FD. RGB value is (237,166,253). Sum of RGB (Red+Green+Blue) = 237+166+253=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FD is #125902. Grayscale: #C4C4C4. Windows color (decimal): -1202435 or 16623341. OLE color: 16623341.

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

Color convert

RGB237166253-
CMYK0.060.3400.01
HSL288.97º95.6%82.16%-
HSV(B)288.97º34.39%99.22%-
XYZ66.2952.3799.54-
YUV197.15159.52156.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 166 (65.23% from 255) = 25.30%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=36.13%
G=25.30%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371662530.060.3400.01288.9795.682.16
HexEDA6FD622011216052
Octal35524637564201441140122
Binary1110110110100110111111011101000100110010000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6FD; }

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

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

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

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

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

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

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

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