#EDAEDE

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

Shades of French Lilac #EDAEDE

Tints of French Lilac #EDAEDE

Color information

#EDAEDE (or 0xEDAEDE) is unknown color: approx French Lilac. HEX triplet: ED, AE and DE. RGB value is (237,174,222). Sum of RGB (Red+Green+Blue) = 237+174+222=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEDE is #125121. Grayscale: #C6C6C6. Windows color (decimal): -1200418 or 14593773. OLE color: 14593773.

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

Color convert

RGB237174222-
CMYK00.270.060.07
HSL314.29º63.64%80.59%-
HSV(B)314.29º26.58%92.94%-
XYZ63.2553.5576.11-
YUV198.31141.37155.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=37.44%
G=27.49%
B=35.07%

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
Decimal23717422200.270.060.07314.2963.6480.59
HexEDAEDE01B6713a4051
Octal35525633603367472100121
Binary11101101101011101101111001101111011110011101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEDE; }

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

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

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

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

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

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

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

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