#EDAEFA

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

Shades of Mauve #EDAEFA

Tints of Mauve #EDAEFA

Color information

#EDAEFA (or 0xEDAEFA) is unknown color: approx Mauve. HEX triplet: ED, AE and FA. RGB value is (237,174,250). Sum of RGB (Red+Green+Blue) = 237+174+250=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEFA is #125105. Grayscale: #C9C9C9. Windows color (decimal): -1200390 or 16428781. OLE color: 16428781.

HSL color Cylindrical-coordinate representation of color #EDAEFA: hue angle of 289.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAEFA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237174250-
CMYK0.050.3000.02
HSL289.74º88.37%83.14%-
HSV(B)289.74º30.4%98.04%-
XYZ67.3255.1897.55-
YUV201.5155.37153.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=35.85%
G=26.32%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371742500.050.3000.02289.7488.3783.14
HexEDAEFA51E021225853
Octal35525637253602442130123
Binary1110110110101110111110101011111001010010001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEFA; }

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

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

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

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

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

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

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

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