#ECB2DE

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

Shades of French Lilac #ECB2DE

Tints of French Lilac #ECB2DE

Color information

#ECB2DE (or 0xECB2DE) is unknown color: approx French Lilac. HEX triplet: EC, B2 and DE. RGB value is (236,178,222). Sum of RGB (Red+Green+Blue) = 236+178+222=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DE is #134D21. Grayscale: #C8C8C8. Windows color (decimal): -1264930 or 14594796. OLE color: 14594796.

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

Color convert

RGB236178222-
CMYK00.250.060.07
HSL314.48º60.42%81.18%-
HSV(B)314.48º24.58%92.55%-
XYZ63.754.9576.36-
YUV200.36140.22153.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=37.11%
G=27.99%
B=34.91%

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
Decimal23617822200.250.060.07314.4860.4281.18
HexECB2DE0196713a3c51
Octal3542623360316747274121
Binary1110110010110010110111100110011101111001110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2DE; }

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

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

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

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

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

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

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

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