#ECB5EF

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

Shades of French Lilac #ECB5EF

Tints of French Lilac #ECB5EF

Color information

#ECB5EF (or 0xECB5EF) is unknown color: approx French Lilac. HEX triplet: EC, B5 and EF. RGB value is (236,181,239). Sum of RGB (Red+Green+Blue) = 236+181+239=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5EF is #134A10. Grayscale: #CBCBCB. Windows color (decimal): -1264145 or 15709676. OLE color: 15709676.

HSL color Cylindrical-coordinate representation of color #ECB5EF: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB5EF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236181239-
CMYK0.010.2400.06
HSL296.9º64.44%82.35%-
HSV(B)296.9º24.27%93.73%-
XYZ66.757.1189.17-
YUV204.06147.72150.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 181 (71.09% from 255) = 27.59%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=35.98%
G=27.59%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361812390.010.2400.06296.964.4482.35
HexECB5EF118061294052
Octal35426535713006451100122
Binary111011001011010111101111111000011010010100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5EF; }

 p { color: rgb(236,181,239); }

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

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

 a { background-color: rgb(236,181,239); }

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

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

 span { border-color: rgb(236,181,239); }

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