#EDAEE3

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

Shades of French Lilac #EDAEE3

Tints of French Lilac #EDAEE3

Color information

#EDAEE3 (or 0xEDAEE3) is unknown color: approx French Lilac. HEX triplet: ED, AE and E3. RGB value is (237,174,227). Sum of RGB (Red+Green+Blue) = 237+174+227=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEE3 is #12511C. Grayscale: #C6C6C6. Windows color (decimal): -1200413 or 14921453. OLE color: 14921453.

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

Color convert

RGB237174227-
CMYK00.270.040.07
HSL309.52º63.64%80.59%-
HSV(B)309.52º26.58%92.94%-
XYZ63.9353.8279.69-
YUV198.88143.87155.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=37.15%
G=27.27%
B=35.58%

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
Decimal23717422700.270.040.07309.5263.6480.59
HexEDAEE301B471364051
Octal35525634303347466100121
Binary11101101101011101110001101101110011110011011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEE3; }

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

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

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

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

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

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

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

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