#EDC8FF

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

Shades of Mauve #EDC8FF

Tints of Mauve #EDC8FF

Color information

#EDC8FF (or 0xEDC8FF) is unknown color: approx Mauve. HEX triplet: ED, C8 and FF. RGB value is (237,200,255). Sum of RGB (Red+Green+Blue) = 237+200+255=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FF is #123700. Grayscale: #D9D9D9. Windows color (decimal): -1193729 or 16763117. OLE color: 16763117.

HSL color Cylindrical-coordinate representation of color #EDC8FF: hue angle of 280.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC8FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237200255-
CMYK0.070.2200
HSL280.36º100%89.22%-
HSV(B)280.36º21.57%100%-
XYZ73.6366.53103.57-
YUV217.33149.26142.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 200 (78.52% from 255) = 28.90%
BLUE value IS 255 (100% from 255) = 36.85%
R=34.25%
G=28.90%
B=36.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372002550.070.2200280.3610089.22
HexEDC8FF716001186459
Octal35531037772600430144131
Binary111011011100100011111111111101100010001100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8FF; }

 p { color: rgb(237,200,255); }

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

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

 a { background-color: rgb(237,200,255); }

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

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

 span { border-color: rgb(237,200,255); }

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