#ECC1DF

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

Shades of French Lilac #ECC1DF

Tints of French Lilac #ECC1DF

Color information

#ECC1DF (or 0xECC1DF) is unknown color: approx French Lilac. HEX triplet: EC, C1 and DF. RGB value is (236,193,223). Sum of RGB (Red+Green+Blue) = 236+193+223=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DF is #133E20. Grayscale: #D1D1D1. Windows color (decimal): -1261089 or 14664172. OLE color: 14664172.

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

Color convert

RGB236193223-
CMYK00.180.060.07
HSL318.14º53.09%84.12%-
HSV(B)318.14º18.22%92.55%-
XYZ66.9861.378.11-
YUV209.28135.75147.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=36.20%
G=29.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619322300.180.060.07318.1453.0984.12
HexECC1DF0126713e3554
Octal3543013370226747665124
Binary1110110011000001110111110100101101111001111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1DF; }

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

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

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

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

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

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

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

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