#ECAFDE

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

Shades of French Lilac #ECAFDE

Tints of French Lilac #ECAFDE

Color information

#ECAFDE (or 0xECAFDE) is unknown color: approx French Lilac. HEX triplet: EC, AF and DE. RGB value is (236,175,222). Sum of RGB (Red+Green+Blue) = 236+175+222=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFDE is #135021. Grayscale: #C6C6C6. Windows color (decimal): -1265698 or 14594028. OLE color: 14594028.

HSL color Cylindrical-coordinate representation of color #ECAFDE: hue angle of 313.77º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFDE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236175222-
CMYK00.260.060.07
HSL313.77º61.62%80.59%-
HSV(B)313.77º25.85%92.55%-
XYZ63.1153.7776.16-
YUV198.6141.21154.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=37.28%
G=27.65%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617522200.260.060.07313.7761.6280.59
HexECAFDE01A6713a3e51
Octal3542573360326747276121
Binary1110110010101111110111100110101101111001110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFDE; }

 p { color: rgb(236,175,222); }

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

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

 a { background-color: rgb(236,175,222); }

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

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

 span { border-color: rgb(236,175,222); }

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