#EDC7FE

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

Shades of Mauve #EDC7FE

Tints of Mauve #EDC7FE

Color information

#EDC7FE (or 0xEDC7FE) is unknown color: approx Mauve. HEX triplet: ED, C7 and FE. RGB value is (237,199,254). Sum of RGB (Red+Green+Blue) = 237+199+254=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FE is #123801. Grayscale: #D8D8D8. Windows color (decimal): -1193986 or 16697325. OLE color: 16697325.

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

Color convert

RGB237199254-
CMYK0.070.2200.00
HSL281.45º96.49%88.82%-
HSV(B)281.45º21.65%99.61%-
XYZ73.2466.01102.65-
YUV216.63149.09142.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 199 (78.12% from 255) = 28.84%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=34.35%
G=28.84%
B=36.81%

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
Decimal2371992540.070.2200.00281.4596.4988.82
HexEDC7FE716001196059
Octal35530737672600431140131
Binary111011011100011111111110111101100010001100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7FE; }

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

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

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

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

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

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

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

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