#ECBDE5

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

Shades of French Lilac #ECBDE5

Tints of French Lilac #ECBDE5

Color information

#ECBDE5 (or 0xECBDE5) is unknown color: approx French Lilac. HEX triplet: EC, BD and E5. RGB value is (236,189,229). Sum of RGB (Red+Green+Blue) = 236+189+229=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE5 is #13421A. Grayscale: #CFCFCF. Windows color (decimal): -1262107 or 15056364. OLE color: 15056364.

HSL color Cylindrical-coordinate representation of color #ECBDE5: hue angle of 308.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDE5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236189229-
CMYK00.200.030.07
HSL308.94º55.29%83.33%-
HSV(B)308.94º19.92%92.55%-
XYZ66.9359.8982.16-
YUV207.61140.07148.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=36.09%
G=28.90%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922900.200.030.07308.9455.2983.33
HexECBDE5014371353753
Octal3542753450243746567123
Binary111011001011110111100101010100111111001101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE5; }

 p { color: rgb(236,189,229); }

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

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

 a { background-color: rgb(236,189,229); }

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

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

 span { border-color: rgb(236,189,229); }

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