#ECBDDD

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

Shades of French Lilac #ECBDDD

Tints of French Lilac #ECBDDD

Color information

#ECBDDD (or 0xECBDDD) is unknown color: approx French Lilac. HEX triplet: EC, BD and DD. RGB value is (236,189,221). Sum of RGB (Red+Green+Blue) = 236+189+221=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDD is #134222. Grayscale: #CECECE. Windows color (decimal): -1262115 or 14532076. OLE color: 14532076.

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

Color convert

RGB236189221-
CMYK00.200.060.07
HSL319.15º55.29%83.33%-
HSV(B)319.15º19.92%92.55%-
XYZ65.8459.4576.41-
YUV206.7136.07148.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=36.53%
G=29.26%
B=34.21%

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
Decimal23618922100.200.060.07319.1555.2983.33
HexECBDDD0146713f3753
Octal3542753350246747767123
Binary1110110010111101110111010101001101111001111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDDD; }

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

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

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

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

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

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

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

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