#EDAEDF

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

Shades of French Lilac #EDAEDF

Tints of French Lilac #EDAEDF

Color information

#EDAEDF (or 0xEDAEDF) is unknown color: approx French Lilac. HEX triplet: ED, AE and DF. RGB value is (237,174,223). Sum of RGB (Red+Green+Blue) = 237+174+223=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEDF is #125120. Grayscale: #C6C6C6. Windows color (decimal): -1200417 or 14659309. OLE color: 14659309.

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

Color convert

RGB237174223-
CMYK00.270.060.07
HSL313.33º63.64%80.59%-
HSV(B)313.33º26.58%92.94%-
XYZ63.3853.676.82-
YUV198.42141.87155.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=37.38%
G=27.44%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717422300.270.060.07313.3363.6480.59
HexEDAEDF01B671394051
Octal35525633703367471100121
Binary11101101101011101101111101101111011110011100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEDF; }

 p { color: rgb(237,174,223); }

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

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

 a { background-color: rgb(237,174,223); }

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

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

 span { border-color: rgb(237,174,223); }

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