#ECBDE0

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

Shades of French Lilac #ECBDE0

Tints of French Lilac #ECBDE0

Color information

#ECBDE0 (or 0xECBDE0) is unknown color: approx French Lilac. HEX triplet: EC, BD and E0. RGB value is (236,189,224). Sum of RGB (Red+Green+Blue) = 236+189+224=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE0 is #13421F. Grayscale: #CECECE. Windows color (decimal): -1262112 or 14728684. OLE color: 14728684.

HSL color Cylindrical-coordinate representation of color #ECBDE0: hue angle of 315.32º 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 #ECBDE0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236189224-
CMYK00.200.050.07
HSL315.32º55.29%83.33%-
HSV(B)315.32º19.92%92.55%-
XYZ66.2459.6178.54-
YUV207.04137.57148.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=36.36%
G=29.12%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922400.200.050.07315.3255.2983.33
HexECBDE00145713b3753
Octal3542753400245747367123
Binary1110110010111101111000000101001011111001110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE0; }

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

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

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

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

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

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

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

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