#ECB5DC

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

Shades of French Lilac #ECB5DC

Tints of French Lilac #ECB5DC

Color information

#ECB5DC (or 0xECB5DC) is unknown color: approx French Lilac. HEX triplet: EC, B5 and DC. RGB value is (236,181,220). Sum of RGB (Red+Green+Blue) = 236+181+220=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5DC is #134A23. Grayscale: #C9C9C9. Windows color (decimal): -1264164 or 14464492. OLE color: 14464492.

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

Color convert

RGB236181220-
CMYK00.230.070.07
HSL317.45º59.14%81.76%-
HSV(B)317.45º23.31%92.55%-
XYZ64.0356.0575.15-
YUV201.89138.22152.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 181 (71.09% from 255) = 28.41%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=37.05%
G=28.41%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618122000.230.070.07317.4559.1481.76
HexECB5DC0177713d3b52
Octal3542653340277747573122
Binary1110110010110101110111000101111111111001111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5DC; }

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

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

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

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

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

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

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

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