#EDACFF

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

Shades of Mauve #EDACFF

Tints of Mauve #EDACFF

Color information

#EDACFF (or 0xEDACFF) is unknown color: approx Mauve. HEX triplet: ED, AC and FF. RGB value is (237,172,255). Sum of RGB (Red+Green+Blue) = 237+172+255=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFF is #125300. Grayscale: #C8C8C8. Windows color (decimal): -1200897 or 16755949. OLE color: 16755949.

HSL color Cylindrical-coordinate representation of color #EDACFF: hue angle of 286.99º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDACFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237172255-
CMYK0.070.3300
HSL286.99º100%83.73%-
HSV(B)286.99º32.55%100%-
XYZ67.7354.73101.6-
YUV200.9158.53153.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 255 (100% from 255) = 38.40%
R=35.69%
G=25.90%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371722550.070.3300286.9910083.73
HexEDACFF7210011f6454
Octal35525437774100437144124
Binary1110110110101100111111111111000010010001111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACFF; }

 p { color: rgb(237,172,255); }

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

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

 a { background-color: rgb(237,172,255); }

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

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

 span { border-color: rgb(237,172,255); }

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