#ECB1DE

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

Shades of French Lilac #ECB1DE

Tints of French Lilac #ECB1DE

Color information

#ECB1DE (or 0xECB1DE) is unknown color: approx French Lilac. HEX triplet: EC, B1 and DE. RGB value is (236,177,222). Sum of RGB (Red+Green+Blue) = 236+177+222=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DE is #134E21. Grayscale: #C7C7C7. Windows color (decimal): -1265186 or 14594540. OLE color: 14594540.

HSL color Cylindrical-coordinate representation of color #ECB1DE: hue angle of 314.24º 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 #ECB1DE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236177222-
CMYK00.250.060.07
HSL314.24º60.82%80.98%-
HSV(B)314.24º25%92.55%-
XYZ63.554.5576.29-
YUV199.77140.55153.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=37.17%
G=27.87%
B=34.96%

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
Decimal23617722200.250.060.07314.2460.8280.98
HexECB1DE0196713a3d51
Octal3542613360316747275121
Binary1110110010110001110111100110011101111001110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1DE; }

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

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

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

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

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

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

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

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