#ECB2DF

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

Shades of French Lilac #ECB2DF

Tints of French Lilac #ECB2DF

Color information

#ECB2DF (or 0xECB2DF) is unknown color: approx French Lilac. HEX triplet: EC, B2 and DF. RGB value is (236,178,223). Sum of RGB (Red+Green+Blue) = 236+178+223=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DF is #134D20. Grayscale: #C8C8C8. Windows color (decimal): -1264929 or 14660332. OLE color: 14660332.

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

Color convert

RGB236178223-
CMYK00.250.060.07
HSL313.45º60.42%81.18%-
HSV(B)313.45º24.58%92.55%-
XYZ63.835577.06-
YUV200.47140.72153.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=37.05%
G=27.94%
B=35.01%

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
Decimal23617822300.250.060.07313.4560.4281.18
HexECB2DF019671393c51
Octal3542623370316747174121
Binary1110110010110010110111110110011101111001110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2DF; }

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

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

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

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

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

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

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

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