#ECB2DC

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

Shades of French Lilac #ECB2DC

Tints of French Lilac #ECB2DC

Color information

#ECB2DC (or 0xECB2DC) is unknown color: approx French Lilac. HEX triplet: EC, B2 and DC. RGB value is (236,178,220). Sum of RGB (Red+Green+Blue) = 236+178+220=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DC is #134D23. Grayscale: #C8C8C8. Windows color (decimal): -1264932 or 14463724. OLE color: 14463724.

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

Color convert

RGB236178220-
CMYK00.250.070.07
HSL316.55º60.42%81.18%-
HSV(B)316.55º24.58%92.55%-
XYZ63.4354.8474.95-
YUV200.13139.22153.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=37.22%
G=28.08%
B=34.70%

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
Decimal23617822000.250.070.07316.5560.4281.18
HexECB2DC0197713d3c51
Octal3542623340317747574121
Binary1110110010110010110111000110011111111001111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2DC; }

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

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

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

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

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

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

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

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