#EDAFF9

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

Shades of Mauve #EDAFF9

Tints of Mauve #EDAFF9

Color information

#EDAFF9 (or 0xEDAFF9) is unknown color: approx Mauve. HEX triplet: ED, AF and F9. RGB value is (237,175,249). Sum of RGB (Red+Green+Blue) = 237+175+249=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFF9 is #125006. Grayscale: #C9C9C9. Windows color (decimal): -1200135 or 16363501. OLE color: 16363501.

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

Color convert

RGB237175249-
CMYK0.050.3000.02
HSL290.27º86.05%83.14%-
HSV(B)290.27º29.72%97.65%-
XYZ67.3555.596.79-
YUV201.97154.54152.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=35.85%
G=26.48%
B=37.67%

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
Decimal2371752490.050.3000.02290.2786.0583.14
HexEDAFF951E021225653
Octal35525737153602442126123
Binary1110110110101111111110011011111001010010001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFF9; }

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

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

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

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

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

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

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

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