#EDAFDE

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

Shades of French Lilac #EDAFDE

Tints of French Lilac #EDAFDE

Color information

#EDAFDE (or 0xEDAFDE) is unknown color: approx French Lilac. HEX triplet: ED, AF and DE. RGB value is (237,175,222). Sum of RGB (Red+Green+Blue) = 237+175+222=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDE is #125021. Grayscale: #C6C6C6. Windows color (decimal): -1200162 or 14594029. OLE color: 14594029.

HSL color Cylindrical-coordinate representation of color #EDAFDE: hue angle of 314.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFDE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237175222-
CMYK00.260.060.07
HSL314.52º63.27%80.78%-
HSV(B)314.52º26.16%92.94%-
XYZ63.4453.9476.17-
YUV198.9141.04155.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=37.38%
G=27.60%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717522200.260.060.07314.5263.2780.78
HexEDAFDE01A6713b3f51
Octal3552573360326747377121
Binary1110110110101111110111100110101101111001110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFDE; }

 p { color: rgb(237,175,222); }

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

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

 a { background-color: rgb(237,175,222); }

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

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

 span { border-color: rgb(237,175,222); }

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