#EDC5FE

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

Shades of Mauve #EDC5FE

Tints of Mauve #EDC5FE

Color information

#EDC5FE (or 0xEDC5FE) is unknown color: approx Mauve. HEX triplet: ED, C5 and FE. RGB value is (237,197,254). Sum of RGB (Red+Green+Blue) = 237+197+254=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FE is #123A01. Grayscale: #D7D7D7. Windows color (decimal): -1194498 or 16696813. OLE color: 16696813.

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

Color convert

RGB237197254-
CMYK0.070.2200.00
HSL282.11º96.61%88.43%-
HSV(B)282.11º22.44%99.61%-
XYZ72.7865.09102.49-
YUV215.46149.75143.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=34.45%
G=28.63%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371972540.070.2200.00282.1196.6188.43
HexEDC5FE7160011a6158
Octal35530537672600432141130
Binary111011011100010111111110111101100010001101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5FE; }

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

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

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

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

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

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

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

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