#EDAEE4

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

Shades of French Lilac #EDAEE4

Tints of French Lilac #EDAEE4

Color information

#EDAEE4 (or 0xEDAEE4) is unknown color: approx French Lilac. HEX triplet: ED, AE and E4. RGB value is (237,174,228). Sum of RGB (Red+Green+Blue) = 237+174+228=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE4 is #12511B. Grayscale: #C6C6C6. Windows color (decimal): -1200412 or 14986989. OLE color: 14986989.

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

Color convert

RGB237174228-
CMYK00.270.040.07
HSL308.57º63.64%80.59%-
HSV(B)308.57º26.58%92.94%-
XYZ64.0653.8880.42-
YUV198.99144.37155.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=37.09%
G=27.23%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717422800.270.040.07308.5763.6480.59
HexEDAEE401B471354051
Octal35525634403347465100121
Binary11101101101011101110010001101110011110011010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEE4; }

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

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

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

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

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

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

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

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