#ECC1E2

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

Shades of French Lilac #ECC1E2

Tints of French Lilac #ECC1E2

Color information

#ECC1E2 (or 0xECC1E2) is unknown color: approx French Lilac. HEX triplet: EC, C1 and E2. RGB value is (236,193,226). Sum of RGB (Red+Green+Blue) = 236+193+226=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1E2 is #133E1D. Grayscale: #D1D1D1. Windows color (decimal): -1261086 or 14860780. OLE color: 14860780.

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

Color convert

RGB236193226-
CMYK00.180.040.07
HSL313.95º53.09%84.12%-
HSV(B)313.95º18.22%92.55%-
XYZ67.3961.4680.26-
YUV209.62137.25146.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 193 (75.78% from 255) = 29.47%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=36.03%
G=29.47%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619322600.180.040.07313.9553.0984.12
HexECC1E20124713a3554
Octal3543013420224747265124
Binary1110110011000001111000100100101001111001110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1E2; }

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

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

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

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

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

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

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

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