#EDC0FD

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

Shades of Mauve #EDC0FD

Tints of Mauve #EDC0FD

Color information

#EDC0FD (or 0xEDC0FD) is unknown color: approx Mauve. HEX triplet: ED, C0 and FD. RGB value is (237,192,253). Sum of RGB (Red+Green+Blue) = 237+192+253=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FD is #123F02. Grayscale: #D4D4D4. Windows color (decimal): -1195779 or 16629997. OLE color: 16629997.

HSL color Cylindrical-coordinate representation of color #EDC0FD: hue angle of 284.26º degrees, saturation: 0.94, 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 #EDC0FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237192253-
CMYK0.060.2400.01
HSL284.26º93.85%87.25%-
HSV(B)284.26º24.11%99.22%-
XYZ71.562.8101.28-
YUV212.41150.91145.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 192 (75.39% from 255) = 28.15%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=34.75%
G=28.15%
B=37.10%

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
Decimal2371922530.060.2400.01284.2693.8587.25
HexEDC0FD6180111c5e57
Octal35530037563001434136127
Binary111011011100000011111101110110000110001110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0FD; }

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

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

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

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

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

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

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

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