#EDACE7

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

Shades of French Lilac #EDACE7

Tints of French Lilac #EDACE7

Color information

#EDACE7 (or 0xEDACE7) is unknown color: approx French Lilac. HEX triplet: ED, AC and E7. RGB value is (237,172,231). Sum of RGB (Red+Green+Blue) = 237+172+231=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACE7 is #125318. Grayscale: #C5C5C5. Windows color (decimal): -1200921 or 15183085. OLE color: 15183085.

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

Color convert

RGB237172231-
CMYK00.270.030.07
HSL305.54º64.36%80.2%-
HSV(B)305.54º27.43%92.94%-
XYZ64.153.2882.51-
YUV198.16146.53155.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=37.03%
G=26.88%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717223100.270.030.07305.5464.3680.2
HexEDACE701B371324050
Octal35525434703337462100120
Binary1110110110101100111001110110111111110011001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACE7; }

 p { color: rgb(237,172,231); }

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

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

 a { background-color: rgb(237,172,231); }

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

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

 span { border-color: rgb(237,172,231); }

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