#ECB2E9

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

Shades of French Lilac #ECB2E9

Tints of French Lilac #ECB2E9

Color information

#ECB2E9 (or 0xECB2E9) is unknown color: approx French Lilac. HEX triplet: EC, B2 and E9. RGB value is (236,178,233). Sum of RGB (Red+Green+Blue) = 236+178+233=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2E9 is #134D16. Grayscale: #C9C9C9. Windows color (decimal): -1264919 or 15315692. OLE color: 15315692.

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

Color convert

RGB236178233-
CMYK00.250.010.07
HSL303.1º60.42%81.18%-
HSV(B)303.1º24.58%92.55%-
XYZ65.2255.5684.38-
YUV201.61145.72152.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 178 (69.92% from 255) = 27.51%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=36.48%
G=27.51%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617823300.250.010.07303.160.4281.18
HexECB2E90191712f3c51
Octal3542623510311745774121
Binary11101100101100101110100101100111111001011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2E9; }

 p { color: rgb(236,178,233); }

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

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

 a { background-color: rgb(236,178,233); }

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

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

 span { border-color: rgb(236,178,233); }

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