#ECB1DF

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

Shades of French Lilac #ECB1DF

Tints of French Lilac #ECB1DF

Color information

#ECB1DF (or 0xECB1DF) is unknown color: approx French Lilac. HEX triplet: EC, B1 and DF. RGB value is (236,177,223). Sum of RGB (Red+Green+Blue) = 236+177+223=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DF is #134E20. Grayscale: #C7C7C7. Windows color (decimal): -1265185 or 14660076. OLE color: 14660076.

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

Color convert

RGB236177223-
CMYK00.250.060.07
HSL313.22º60.82%80.98%-
HSV(B)313.22º25%92.55%-
XYZ63.6354.677-
YUV199.88141.05153.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=37.11%
G=27.83%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617722300.250.060.07313.2260.8280.98
HexECB1DF019671393d51
Octal3542613370316747175121
Binary1110110010110001110111110110011101111001110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1DF; }

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

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

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

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

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

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

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

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