#ECC2DF

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

Shades of French Lilac #ECC2DF

Tints of French Lilac #ECC2DF

Color information

#ECC2DF (or 0xECC2DF) is unknown color: approx French Lilac. HEX triplet: EC, C2 and DF. RGB value is (236,194,223). Sum of RGB (Red+Green+Blue) = 236+194+223=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DF is #133D20. Grayscale: #D1D1D1. Windows color (decimal): -1260833 or 14664428. OLE color: 14664428.

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

Color convert

RGB236194223-
CMYK00.180.060.07
HSL318.57º52.5%84.31%-
HSV(B)318.57º17.8%92.55%-
XYZ67.261.7478.19-
YUV209.86135.41146.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=36.14%
G=29.71%
B=34.15%

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
Decimal23619422300.180.060.07318.5752.584.31
HexECC2DF0126713f3454
Octal3543023370226747764124
Binary1110110011000010110111110100101101111001111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2DF; }

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

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

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

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

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

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

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

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