#EDADE6

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

Shades of French Lilac #EDADE6

Tints of French Lilac #EDADE6

Color information

#EDADE6 (or 0xEDADE6) is unknown color: approx French Lilac. HEX triplet: ED, AD and E6. RGB value is (237,173,230). Sum of RGB (Red+Green+Blue) = 237+173+230=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADE6 is #125219. Grayscale: #C6C6C6. Windows color (decimal): -1200666 or 15117805. OLE color: 15117805.

HSL color Cylindrical-coordinate representation of color #EDADE6: hue angle of 306.56º 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 #EDADE6 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237173230-
CMYK00.270.030.07
HSL306.56º64%80.39%-
HSV(B)306.56º27%92.94%-
XYZ64.1553.681.83-
YUV198.63145.7155.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=37.03%
G=27.03%
B=35.94%

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
Decimal23717323000.270.030.07306.566480.39
HexEDADE601B371334050
Octal35525534603337463100120
Binary1110110110101101111001100110111111110011001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADE6; }

 p { color: rgb(237,173,230); }

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

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

 a { background-color: rgb(237,173,230); }

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

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

 span { border-color: rgb(237,173,230); }

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