#ECAEDC

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

Shades of French Lilac #ECAEDC

Tints of French Lilac #ECAEDC

Color information

#ECAEDC (or 0xECAEDC) is unknown color: approx French Lilac. HEX triplet: EC, AE and DC. RGB value is (236,174,220). Sum of RGB (Red+Green+Blue) = 236+174+220=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEDC is #135123. Grayscale: #C5C5C5. Windows color (decimal): -1265956 or 14462700. OLE color: 14462700.

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

Color convert

RGB236174220-
CMYK00.260.070.07
HSL315.48º62%80.39%-
HSV(B)315.48º26.27%92.55%-
XYZ62.6553.2774.69-
YUV197.78140.54155.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=37.46%
G=27.62%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617422000.260.070.07315.486280.39
HexECAEDC01A7713b3e50
Octal3542563340327747376120
Binary1110110010101110110111000110101111111001110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEDC; }

 p { color: rgb(236,174,220); }

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

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

 a { background-color: rgb(236,174,220); }

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

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

 span { border-color: rgb(236,174,220); }

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