#ECB6DE

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

Shades of French Lilac #ECB6DE

Tints of French Lilac #ECB6DE

Color information

#ECB6DE (or 0xECB6DE) is unknown color: approx French Lilac. HEX triplet: EC, B6 and DE. RGB value is (236,182,222). Sum of RGB (Red+Green+Blue) = 236+182+222=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6DE is #134921. Grayscale: #CACACA. Windows color (decimal): -1263906 or 14595820. OLE color: 14595820.

HSL color Cylindrical-coordinate representation of color #ECB6DE: hue angle of 315.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6DE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236182222-
CMYK00.230.060.07
HSL315.56º58.7%81.96%-
HSV(B)315.56º22.88%92.55%-
XYZ64.556.5676.63-
YUV202.71138.89151.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=36.88%
G=28.44%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618222200.230.060.07315.5658.781.96
HexECB6DE0176713c3b52
Octal3542663360276747473122
Binary1110110010110110110111100101111101111001111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6DE; }

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

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

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

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

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

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

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

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