#ECB2ED

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

Shades of French Lilac #ECB2ED

Tints of French Lilac #ECB2ED

Color information

#ECB2ED (or 0xECB2ED) is unknown color: approx French Lilac. HEX triplet: EC, B2 and ED. RGB value is (236,178,237). Sum of RGB (Red+Green+Blue) = 236+178+237=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2ED is #134D12. Grayscale: #C9C9C9. Windows color (decimal): -1264915 or 15577836. OLE color: 15577836.

HSL color Cylindrical-coordinate representation of color #ECB2ED: hue angle of 298.98º degrees, saturation: 0.62, 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 #ECB2ED is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236178237-
CMYK0.000.2500.07
HSL298.98º62.11%81.37%-
HSV(B)298.98º24.89%92.94%-
XYZ65.855.7987.42-
YUV202.07147.72152.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=36.25%
G=27.34%
B=36.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361782370.000.2500.07298.9862.1181.37
HexECB2ED0190712b3e51
Octal3542623550310745376121
Binary11101100101100101110110101100101111001010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2ED; }

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

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

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

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

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

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

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

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