#EDC3FD

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

Shades of Mauve #EDC3FD

Tints of Mauve #EDC3FD

Color information

#EDC3FD (or 0xEDC3FD) is unknown color: approx Mauve. HEX triplet: ED, C3 and FD. RGB value is (237,195,253). Sum of RGB (Red+Green+Blue) = 237+195+253=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FD is #123C02. Grayscale: #D5D5D5. Windows color (decimal): -1195011 or 16630765. OLE color: 16630765.

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

Color convert

RGB237195253-
CMYK0.060.2300.01
HSL283.45º93.55%87.84%-
HSV(B)283.45º22.92%99.22%-
XYZ72.1764.13101.5-
YUV214.17149.91144.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 195 (76.56% from 255) = 28.47%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=34.60%
G=28.47%
B=36.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371952530.060.2300.01283.4593.5587.84
HexEDC3FD6170111b5e58
Octal35530337562701433136130
Binary111011011100001111111101110101110110001101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3FD; }

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

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

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

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

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

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

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

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