#EDAEFD

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

Shades of Mauve #EDAEFD

Tints of Mauve #EDAEFD

Color information

#EDAEFD (or 0xEDAEFD) is unknown color: approx Mauve. HEX triplet: ED, AE and FD. RGB value is (237,174,253). Sum of RGB (Red+Green+Blue) = 237+174+253=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEFD is #125102. Grayscale: #C9C9C9. Windows color (decimal): -1200387 or 16625389. OLE color: 16625389.

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

Color convert

RGB237174253-
CMYK0.060.3100.01
HSL287.85º95.18%83.73%-
HSV(B)287.85º31.23%99.22%-
XYZ67.7955.37100.04-
YUV201.84156.87153.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=35.69%
G=26.20%
B=38.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371742530.060.3100.01287.8595.1883.73
HexEDAEFD61F011205f54
Octal35525637563701440137124
Binary111011011010111011111101110111110110010000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEFD; }

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

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

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

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

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

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

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

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