#EDAFF5

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

Shades of Mauve #EDAFF5

Tints of Mauve #EDAFF5

Color information

#EDAFF5 (or 0xEDAFF5) is unknown color: approx Mauve. HEX triplet: ED, AF and F5. RGB value is (237,175,245). Sum of RGB (Red+Green+Blue) = 237+175+245=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFF5 is #12500A. Grayscale: #C9C9C9. Windows color (decimal): -1200139 or 16101357. OLE color: 16101357.

HSL color Cylindrical-coordinate representation of color #EDAFF5: hue angle of 293.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDAFF5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237175245-
CMYK0.030.2900.04
HSL293.14º77.78%82.35%-
HSV(B)293.14º28.57%96.08%-
XYZ66.7455.2693.53-
YUV201.52152.54153.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=36.07%
G=26.64%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371752450.030.2900.04293.1477.7882.35
HexEDAFF531D041254e52
Octal35525736533504445116122
Binary1110110110101111111101011111101010010010010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFF5; }

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

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

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

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

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

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

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

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