#EDAEE2

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

Shades of French Lilac #EDAEE2

Tints of French Lilac #EDAEE2

Color information

#EDAEE2 (or 0xEDAEE2) is unknown color: approx French Lilac. HEX triplet: ED, AE and E2. RGB value is (237,174,226). Sum of RGB (Red+Green+Blue) = 237+174+226=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE2 is #12511D. Grayscale: #C6C6C6. Windows color (decimal): -1200414 or 14855917. OLE color: 14855917.

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

Color convert

RGB237174226-
CMYK00.270.050.07
HSL310.48º63.64%80.59%-
HSV(B)310.48º26.58%92.94%-
XYZ63.7953.7778.97-
YUV198.76143.37155.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=37.21%
G=27.32%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717422600.270.050.07310.4863.6480.59
HexEDAEE201B571364051
Octal35525634203357466100121
Binary11101101101011101110001001101110111110011011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEE2; }

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

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

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

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

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

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

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

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