#EDC4FE

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

Shades of Mauve #EDC4FE

Tints of Mauve #EDC4FE

Color information

#EDC4FE (or 0xEDC4FE) is unknown color: approx Mauve. HEX triplet: ED, C4 and FE. RGB value is (237,196,254). Sum of RGB (Red+Green+Blue) = 237+196+254=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4FE is #123B01. Grayscale: #D6D6D6. Windows color (decimal): -1194754 or 16696557. OLE color: 16696557.

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

Color convert

RGB237196254-
CMYK0.070.2300.00
HSL282.41º96.67%88.24%-
HSV(B)282.41º22.83%99.61%-
XYZ72.5564.64102.42-
YUV214.87150.08143.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 196 (76.95% from 255) = 28.53%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=34.50%
G=28.53%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371962540.070.2300.00282.4196.6788.24
HexEDC4FE7170011a6158
Octal35530437672700432141130
Binary111011011100010011111110111101110010001101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4FE; }

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

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

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

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

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

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

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

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