#EDC2FA

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

Shades of Mauve #EDC2FA

Tints of Mauve #EDC2FA

Color information

#EDC2FA (or 0xEDC2FA) is unknown color: approx Mauve. HEX triplet: ED, C2 and FA. RGB value is (237,194,250). Sum of RGB (Red+Green+Blue) = 237+194+250=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FA is #123D05. Grayscale: #D5D5D5. Windows color (decimal): -1195270 or 16433901. OLE color: 16433901.

HSL color Cylindrical-coordinate representation of color #EDC2FA: hue angle of 286.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC2FA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237194250-
CMYK0.050.2200.02
HSL286.07º84.85%87.06%-
HSV(B)286.07º22.4%98.04%-
XYZ71.4763.4998.93-
YUV213.24148.75144.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 194 (76.17% from 255) = 28.49%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=34.80%
G=28.49%
B=36.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371942500.050.2200.02286.0784.8587.06
HexEDC2FA5160211e5557
Octal35530237252602436125127
Binary1110110111000010111110101011011001010001111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2FA; }

 p { color: rgb(237,194,250); }

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

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

 a { background-color: rgb(237,194,250); }

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

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

 span { border-color: rgb(237,194,250); }

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