#ECBDE4

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

Shades of French Lilac #ECBDE4

Tints of French Lilac #ECBDE4

Color information

#ECBDE4 (or 0xECBDE4) is unknown color: approx French Lilac. HEX triplet: EC, BD and E4. RGB value is (236,189,228). Sum of RGB (Red+Green+Blue) = 236+189+228=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE4 is #13421B. Grayscale: #CFCFCF. Windows color (decimal): -1262108 or 14990828. OLE color: 14990828.

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

Color convert

RGB236189228-
CMYK00.200.030.07
HSL310.21º55.29%83.33%-
HSV(B)310.21º19.92%92.55%-
XYZ66.7959.8381.43-
YUV207.5139.57148.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=36.14%
G=28.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922800.200.030.07310.2155.2983.33
HexECBDE4014371363753
Octal3542753440243746667123
Binary111011001011110111100100010100111111001101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE4; }

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

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

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

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

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

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

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

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