#ECB2E5

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

Shades of French Lilac #ECB2E5

Tints of French Lilac #ECB2E5

Color information

#ECB2E5 (or 0xECB2E5) is unknown color: approx French Lilac. HEX triplet: EC, B2 and E5. RGB value is (236,178,229). Sum of RGB (Red+Green+Blue) = 236+178+229=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2E5 is #134D1A. Grayscale: #C9C9C9. Windows color (decimal): -1264923 or 15053548. OLE color: 15053548.

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

Color convert

RGB236178229-
CMYK00.250.030.07
HSL307.24º60.42%81.18%-
HSV(B)307.24º24.58%92.55%-
XYZ64.6655.3381.4-
YUV201.16143.72152.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 27.68%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=36.70%
G=27.68%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617822900.250.030.07307.2460.4281.18
HexECB2E5019371333c51
Octal3542623450313746374121
Binary111011001011001011100101011001111111001100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2E5; }

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

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

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

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

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

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

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

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