#ECB6E7

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

Shades of French Lilac #ECB6E7

Tints of French Lilac #ECB6E7

Color information

#ECB6E7 (or 0xECB6E7) is unknown color: approx French Lilac. HEX triplet: EC, B6 and E7. RGB value is (236,182,231). Sum of RGB (Red+Green+Blue) = 236+182+231=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6E7 is #134918. Grayscale: #CBCBCB. Windows color (decimal): -1263897 or 15185644. OLE color: 15185644.

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

Color convert

RGB236182231-
CMYK00.230.020.07
HSL305.56º58.7%81.96%-
HSV(B)305.56º22.88%92.55%-
XYZ65.7457.0683.15-
YUV203.73143.39151.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=36.36%
G=28.04%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618223100.230.020.07305.5658.781.96
HexECB6E7017271323b52
Octal3542663470272746273122
Binary111011001011011011100111010111101111001100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6E7; }

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

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

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

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

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

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

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

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