#ECADE0

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

Shades of French Lilac #ECADE0

Tints of French Lilac #ECADE0

Color information

#ECADE0 (or 0xECADE0) is unknown color: approx French Lilac. HEX triplet: EC, AD and E0. RGB value is (236,173,224). Sum of RGB (Red+Green+Blue) = 236+173+224=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADE0 is #13521F. Grayscale: #C5C5C5. Windows color (decimal): -1266208 or 14724588. OLE color: 14724588.

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

Color convert

RGB236173224-
CMYK00.270.050.07
HSL311.43º62.38%80.2%-
HSV(B)311.43º26.69%92.55%-
XYZ62.9953.177.45-
YUV197.65142.87155.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=37.28%
G=27.33%
B=35.39%

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
Decimal23617322400.270.050.07311.4362.3880.2
HexECADE001B571373e50
Octal3542553400335746776120
Binary1110110010101101111000000110111011111001101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADE0; }

 p { color: rgb(236,173,224); }

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

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

 a { background-color: rgb(236,173,224); }

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

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

 span { border-color: rgb(236,173,224); }

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