#ECBADF

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

Shades of French Lilac #ECBADF

Tints of French Lilac #ECBADF

Color information

#ECBADF (or 0xECBADF) is unknown color: approx French Lilac. HEX triplet: EC, BA and DF. RGB value is (236,186,223). Sum of RGB (Red+Green+Blue) = 236+186+223=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBADF is #134520. Grayscale: #CDCDCD. Windows color (decimal): -1262881 or 14662380. OLE color: 14662380.

HSL color Cylindrical-coordinate representation of color #ECBADF: hue angle of 315.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBADF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236186223-
CMYK00.210.060.07
HSL315.6º56.82%82.75%-
HSV(B)315.6º21.19%92.55%-
XYZ65.4758.2877.61-
YUV205.17138.06149.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=36.59%
G=28.84%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618622300.210.060.07315.656.8282.75
HexECBADF0156713c3953
Octal3542723370256747471123
Binary1110110010111010110111110101011101111001111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBADF; }

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

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

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

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

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

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

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

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