#ECB1DC

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

Shades of French Lilac #ECB1DC

Tints of French Lilac #ECB1DC

Color information

#ECB1DC (or 0xECB1DC) is unknown color: approx French Lilac. HEX triplet: EC, B1 and DC. RGB value is (236,177,220). Sum of RGB (Red+Green+Blue) = 236+177+220=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DC is #134E23. Grayscale: #C7C7C7. Windows color (decimal): -1265188 or 14463468. OLE color: 14463468.

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

Color convert

RGB236177220-
CMYK00.250.070.07
HSL316.27º60.82%80.98%-
HSV(B)316.27º25%92.55%-
XYZ63.2354.4474.89-
YUV199.54139.55154-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=37.28%
G=27.96%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617722000.250.070.07316.2760.8280.98
HexECB1DC0197713c3d51
Octal3542613340317747475121
Binary1110110010110001110111000110011111111001111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1DC; }

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

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

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

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

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

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

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

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