#ECBDDF

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

Shades of French Lilac #ECBDDF

Tints of French Lilac #ECBDDF

Color information

#ECBDDF (or 0xECBDDF) is unknown color: approx French Lilac. HEX triplet: EC, BD and DF. RGB value is (236,189,223). Sum of RGB (Red+Green+Blue) = 236+189+223=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDF is #134220. Grayscale: #CECECE. Windows color (decimal): -1262113 or 14663148. OLE color: 14663148.

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

Color convert

RGB236189223-
CMYK00.200.060.07
HSL316.6º55.29%83.33%-
HSV(B)316.6º19.92%92.55%-
XYZ66.1159.5677.82-
YUV206.93137.07148.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=36.42%
G=29.17%
B=34.41%

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
Decimal23618922300.200.060.07316.655.2983.33
HexECBDDF0146713d3753
Octal3542753370246747567123
Binary1110110010111101110111110101001101111001111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDDF; }

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

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

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

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

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

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

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

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