#ECB5ED

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

Shades of French Lilac #ECB5ED

Tints of French Lilac #ECB5ED

Color information

#ECB5ED (or 0xECB5ED) is unknown color: approx French Lilac. HEX triplet: EC, B5 and ED. RGB value is (236,181,237). Sum of RGB (Red+Green+Blue) = 236+181+237=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5ED is #134A12. Grayscale: #CBCBCB. Windows color (decimal): -1264147 or 15578604. OLE color: 15578604.

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

Color convert

RGB236181237-
CMYK0.000.2400.07
HSL298.93º60.87%81.96%-
HSV(B)298.93º23.63%92.94%-
XYZ66.45787.62-
YUV203.83146.72150.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=36.09%
G=27.68%
B=36.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361812370.000.2400.07298.9360.8781.96
HexECB5ED0180712b3d52
Octal3542653550300745375122
Binary11101100101101011110110101100001111001010111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5ED; }

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

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

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

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

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

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

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

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