#EDAEE6

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

Shades of French Lilac #EDAEE6

Tints of French Lilac #EDAEE6

Color information

#EDAEE6 (or 0xEDAEE6) is unknown color: approx French Lilac. HEX triplet: ED, AE and E6. RGB value is (237,174,230). Sum of RGB (Red+Green+Blue) = 237+174+230=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEE6 is #125119. Grayscale: #C7C7C7. Windows color (decimal): -1200410 or 15118061. OLE color: 15118061.

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

Color convert

RGB237174230-
CMYK00.270.030.07
HSL306.67º63.64%80.59%-
HSV(B)306.67º26.58%92.94%-
XYZ64.3453.9981.89-
YUV199.22145.37154.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=36.97%
G=27.15%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717423000.270.030.07306.6763.6480.59
HexEDAEE601B371334051
Octal35525634603337463100121
Binary1110110110101110111001100110111111110011001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEE6; }

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

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

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

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

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

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

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

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