#ECBAE0

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

Shades of French Lilac #ECBAE0

Tints of French Lilac #ECBAE0

Color information

#ECBAE0 (or 0xECBAE0) is unknown color: approx French Lilac. HEX triplet: EC, BA and E0. RGB value is (236,186,224). Sum of RGB (Red+Green+Blue) = 236+186+224=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAE0 is #13451F. Grayscale: #CDCDCD. Windows color (decimal): -1262880 or 14727916. OLE color: 14727916.

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

Color convert

RGB236186224-
CMYK00.210.050.07
HSL314.4º56.82%82.75%-
HSV(B)314.4º21.19%92.55%-
XYZ65.6158.3378.32-
YUV205.28138.56149.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=36.53%
G=28.79%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618622400.210.050.07314.456.8282.75
HexECBAE00155713a3953
Octal3542723400255747271123
Binary1110110010111010111000000101011011111001110101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAE0; }

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

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

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

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

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

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

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

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