#ECB2DB

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

Shades of French Lilac #ECB2DB

Tints of French Lilac #ECB2DB

Color information

#ECB2DB (or 0xECB2DB) is unknown color: approx French Lilac. HEX triplet: EC, B2 and DB. RGB value is (236,178,219). Sum of RGB (Red+Green+Blue) = 236+178+219=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DB is #134D24. Grayscale: #C7C7C7. Windows color (decimal): -1264933 or 14398188. OLE color: 14398188.

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

Color convert

RGB236178219-
CMYK00.250.070.07
HSL317.59º60.42%81.18%-
HSV(B)317.59º24.58%92.55%-
XYZ63.354.7974.26-
YUV200.02138.72153.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 178 (69.92% from 255) = 28.12%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=37.28%
G=28.12%
B=34.60%

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
Decimal23617821900.250.070.07317.5960.4281.18
HexECB2DB0197713e3c51
Octal3542623330317747674121
Binary1110110010110010110110110110011111111001111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2DB; }

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

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

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

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

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

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

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

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