#ECC5E2

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

Shades of French Lilac #ECC5E2

Tints of French Lilac #ECC5E2

Color information

#ECC5E2 (or 0xECC5E2) is unknown color: approx French Lilac. HEX triplet: EC, C5 and E2. RGB value is (236,197,226). Sum of RGB (Red+Green+Blue) = 236+197+226=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5E2 is #133A1D. Grayscale: #D3D3D3. Windows color (decimal): -1260062 or 14861804. OLE color: 14861804.

HSL color Cylindrical-coordinate representation of color #ECC5E2: hue angle of 315.38º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5E2 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236197226-
CMYK00.170.040.07
HSL315.38º50.65%84.9%-
HSV(B)315.38º16.53%92.55%-
XYZ68.2963.2680.56-
YUV211.97135.92145.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 197 (77.34% from 255) = 29.89%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=35.81%
G=29.89%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619722600.170.040.07315.3850.6584.9
HexECC5E20114713b3355
Octal3543053420214747363125
Binary1110110011000101111000100100011001111001110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5E2; }

 p { color: rgb(236,197,226); }

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

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

 a { background-color: rgb(236,197,226); }

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

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

 span { border-color: rgb(236,197,226); }

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