#ECBDE1

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

Shades of French Lilac #ECBDE1

Tints of French Lilac #ECBDE1

Color information

#ECBDE1 (or 0xECBDE1) is unknown color: approx French Lilac. HEX triplet: EC, BD and E1. RGB value is (236,189,225). Sum of RGB (Red+Green+Blue) = 236+189+225=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE1 is #13421E. Grayscale: #CFCFCF. Windows color (decimal): -1262111 or 14794220. OLE color: 14794220.

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

Color convert

RGB236189225-
CMYK00.200.050.07
HSL314.04º55.29%83.33%-
HSV(B)314.04º19.92%92.55%-
XYZ66.3859.6679.25-
YUV207.16138.07148.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=36.31%
G=29.08%
B=34.62%

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
Decimal23618922500.200.050.07314.0455.2983.33
HexECBDE10145713a3753
Octal3542753410245747267123
Binary1110110010111101111000010101001011111001110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE1; }

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

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

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

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

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

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

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

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