#EDC1FD

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

Shades of Mauve #EDC1FD

Tints of Mauve #EDC1FD

Color information

#EDC1FD (or 0xEDC1FD) is unknown color: approx Mauve. HEX triplet: ED, C1 and FD. RGB value is (237,193,253). Sum of RGB (Red+Green+Blue) = 237+193+253=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1FD is #123E02. Grayscale: #D4D4D4. Windows color (decimal): -1195523 or 16630253. OLE color: 16630253.

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

Color convert

RGB237193253-
CMYK0.060.2400.01
HSL284º93.75%87.45%-
HSV(B)284º23.72%99.22%-
XYZ71.7263.24101.35-
YUV213150.58145.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 193 (75.78% from 255) = 28.26%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=34.70%
G=28.26%
B=37.04%

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
Decimal2371932530.060.2400.0128493.7587.45
HexEDC1FD6180111c5e57
Octal35530137563001434136127
Binary111011011100000111111101110110000110001110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1FD; }

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

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

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

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

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

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

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

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