#ECBDE2

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

Shades of French Lilac #ECBDE2

Tints of French Lilac #ECBDE2

Color information

#ECBDE2 (or 0xECBDE2) is unknown color: approx French Lilac. HEX triplet: EC, BD and E2. RGB value is (236,189,226). Sum of RGB (Red+Green+Blue) = 236+189+226=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE2 is #13421D. Grayscale: #CFCFCF. Windows color (decimal): -1262110 or 14859756. OLE color: 14859756.

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

Color convert

RGB236189226-
CMYK00.200.040.07
HSL312.77º55.29%83.33%-
HSV(B)312.77º19.92%92.55%-
XYZ66.5259.7279.97-
YUV207.27138.57148.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=36.25%
G=29.03%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922600.200.040.07312.7755.2983.33
HexECBDE2014471393753
Octal3542753420244747167123
Binary1110110010111101111000100101001001111001110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE2; }

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

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

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

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

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

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

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

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