#EDC0FC

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

Shades of Mauve #EDC0FC

Tints of Mauve #EDC0FC

Color information

#EDC0FC (or 0xEDC0FC) is unknown color: approx Mauve. HEX triplet: ED, C0 and FC. RGB value is (237,192,252). Sum of RGB (Red+Green+Blue) = 237+192+252=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FC is #123F03. Grayscale: #D4D4D4. Windows color (decimal): -1195780 or 16564461. OLE color: 16564461.

HSL color Cylindrical-coordinate representation of color #EDC0FC: hue angle of 285º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC0FC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237192252-
CMYK0.060.2400.01
HSL285º90.91%87.06%-
HSV(B)285º23.81%98.82%-
XYZ71.3562.73100.44-
YUV212.3150.41145.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 192 (75.39% from 255) = 28.19%
BLUE value IS 252 (98.83% from 255) = 37.00%
R=34.80%
G=28.19%
B=37.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371922520.060.2400.0128590.9187.06
HexEDC0FC6180111d5b57
Octal35530037463001435133127
Binary111011011100000011111100110110000110001110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0FC; }

 p { color: rgb(237,192,252); }

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

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

 a { background-color: rgb(237,192,252); }

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

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

 span { border-color: rgb(237,192,252); }

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