#EDC5FF

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

Shades of Mauve #EDC5FF

Tints of Mauve #EDC5FF

Color information

#EDC5FF (or 0xEDC5FF) is unknown color: approx Mauve. HEX triplet: ED, C5 and FF. RGB value is (237,197,255). Sum of RGB (Red+Green+Blue) = 237+197+255=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FF is #123A00. Grayscale: #D7D7D7. Windows color (decimal): -1194497 or 16762349. OLE color: 16762349.

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

Color convert

RGB237197255-
CMYK0.070.2300
HSL281.38º100%88.63%-
HSV(B)281.38º22.75%100%-
XYZ72.9465.16103.34-
YUV215.57150.25143.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 197 (77.34% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 37.01%
R=34.40%
G=28.59%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371972550.070.2300281.3810088.63
HexEDC5FF717001196459
Octal35530537772700431144131
Binary111011011100010111111111111101110010001100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5FF; }

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

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

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

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

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

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

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

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