#ECBAEA

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

Shades of French Lilac #ECBAEA

Tints of French Lilac #ECBAEA

Color information

#ECBAEA (or 0xECBAEA) is unknown color: approx French Lilac. HEX triplet: EC, BA and EA. RGB value is (236,186,234). Sum of RGB (Red+Green+Blue) = 236+186+234=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAEA is #134515. Grayscale: #CECECE. Windows color (decimal): -1262870 or 15383276. OLE color: 15383276.

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

Color convert

RGB236186234-
CMYK00.210.010.07
HSL302.4º56.82%82.75%-
HSV(B)302.4º21.19%92.55%-
XYZ6758.8985.68-
YUV206.42143.56149.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=35.98%
G=28.35%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618623400.210.010.07302.456.8282.75
HexECBAEA0151712e3953
Octal3542723520251745671123
Binary11101100101110101110101001010111111001011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAEA; }

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

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

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

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

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

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

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

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