#EDCCE5

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

Shades of French Lilac #EDCCE5

Tints of French Lilac #EDCCE5

Color information

#EDCCE5 (or 0xEDCCE5) is unknown color: approx French Lilac. HEX triplet: ED, CC and E5. RGB value is (237,204,229). Sum of RGB (Red+Green+Blue) = 237+204+229=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCE5 is #12331A. Grayscale: #D8D8D8. Windows color (decimal): -1192731 or 15060205. OLE color: 15060205.

HSL color Cylindrical-coordinate representation of color #EDCCE5: hue angle of 314.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237204229-
CMYK00.140.030.07
HSL314.55º47.83%86.47%-
HSV(B)314.55º13.92%92.94%-
XYZ70.6666.8583.31-
YUV216.72134.93142.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=35.37%
G=30.45%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720422900.140.030.07314.5547.8386.47
HexEDCCE50E3713b3056
Octal3553143450163747360126
Binary11101101110011001110010101110111111001110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCE5; }

 p { color: rgb(237,204,229); }

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

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

 a { background-color: rgb(237,204,229); }

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

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

 span { border-color: rgb(237,204,229); }

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