#ECB0DC

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

Shades of French Lilac #ECB0DC

Tints of French Lilac #ECB0DC

Color information

#ECB0DC (or 0xECB0DC) is unknown color: approx French Lilac. HEX triplet: EC, B0 and DC. RGB value is (236,176,220). Sum of RGB (Red+Green+Blue) = 236+176+220=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DC is #134F23. Grayscale: #C6C6C6. Windows color (decimal): -1265444 or 14463212. OLE color: 14463212.

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

Color convert

RGB236176220-
CMYK00.250.070.07
HSL316º61.22%80.78%-
HSV(B)316º25.42%92.55%-
XYZ63.0454.0574.82-
YUV198.96139.88154.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=37.34%
G=27.85%
B=34.81%

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
Decimal23617622000.250.070.0731661.2280.78
HexECB0DC0197713c3d51
Octal3542603340317747475121
Binary1110110010110000110111000110011111111001111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0DC; }

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

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

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

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

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

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

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

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