#EDC0FA

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

Shades of Mauve #EDC0FA

Tints of Mauve #EDC0FA

Color information

#EDC0FA (or 0xEDC0FA) is unknown color: approx Mauve. HEX triplet: ED, C0 and FA. RGB value is (237,192,250). Sum of RGB (Red+Green+Blue) = 237+192+250=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FA is #123F05. Grayscale: #D3D3D3. Windows color (decimal): -1195782 or 16433389. OLE color: 16433389.

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

Color convert

RGB237192250-
CMYK0.050.2300.02
HSL286.55º85.29%86.67%-
HSV(B)286.55º23.2%98.04%-
XYZ71.0362.6198.78-
YUV212.07149.41145.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 192 (75.39% from 255) = 28.28%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=34.90%
G=28.28%
B=36.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371922500.050.2300.02286.5585.2986.67
HexEDC0FA5170211f5557
Octal35530037252702437125127
Binary1110110111000000111110101011011101010001111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0FA; }

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

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

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

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

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

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

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

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