#ECB6EA

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

Shades of French Lilac #ECB6EA

Tints of French Lilac #ECB6EA

Color information

#ECB6EA (or 0xECB6EA) is unknown color: approx French Lilac. HEX triplet: EC, B6 and EA. RGB value is (236,182,234). Sum of RGB (Red+Green+Blue) = 236+182+234=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6EA is #134915. Grayscale: #CBCBCB. Windows color (decimal): -1263894 or 15382252. OLE color: 15382252.

HSL color Cylindrical-coordinate representation of color #ECB6EA: hue angle of 302.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6EA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236182234-
CMYK00.230.010.07
HSL302.22º58.7%81.96%-
HSV(B)302.22º22.88%92.55%-
XYZ66.1757.2385.4-
YUV204.07144.89150.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=36.20%
G=27.91%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618223400.230.010.07302.2258.781.96
HexECB6EA0171712e3b52
Octal3542663520271745673122
Binary11101100101101101110101001011111111001011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6EA; }

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

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

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

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

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

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

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

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