#ECB6DF

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

Shades of French Lilac #ECB6DF

Tints of French Lilac #ECB6DF

Color information

#ECB6DF (or 0xECB6DF) is unknown color: approx French Lilac. HEX triplet: EC, B6 and DF. RGB value is (236,182,223). Sum of RGB (Red+Green+Blue) = 236+182+223=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6DF is #134920. Grayscale: #CACACA. Windows color (decimal): -1263905 or 14661356. OLE color: 14661356.

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

Color convert

RGB236182223-
CMYK00.230.060.07
HSL314.44º58.7%81.96%-
HSV(B)314.44º22.88%92.55%-
XYZ64.6456.6277.33-
YUV202.82139.39151.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=36.82%
G=28.39%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618222300.230.060.07314.4458.781.96
HexECB6DF0176713a3b52
Octal3542663370276747273122
Binary1110110010110110110111110101111101111001110101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6DF; }

 p { color: rgb(236,182,223); }

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

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

 a { background-color: rgb(236,182,223); }

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

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

 span { border-color: rgb(236,182,223); }

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