#ECBDDE

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

Shades of French Lilac #ECBDDE

Tints of French Lilac #ECBDDE

Color information

#ECBDDE (or 0xECBDDE) is unknown color: approx French Lilac. HEX triplet: EC, BD and DE. RGB value is (236,189,222). Sum of RGB (Red+Green+Blue) = 236+189+222=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDE is #134221. Grayscale: #CECECE. Windows color (decimal): -1262114 or 14597612. OLE color: 14597612.

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

Color convert

RGB236189222-
CMYK00.200.060.07
HSL317.87º55.29%83.33%-
HSV(B)317.87º19.92%92.55%-
XYZ65.9759.577.12-
YUV206.82136.57148.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=36.48%
G=29.21%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922200.200.060.07317.8755.2983.33
HexECBDDE0146713e3753
Octal3542753360246747667123
Binary1110110010111101110111100101001101111001111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDDE; }

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

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

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

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

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

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

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

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