#ECC2E1

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

Shades of French Lilac #ECC2E1

Tints of French Lilac #ECC2E1

Color information

#ECC2E1 (or 0xECC2E1) is unknown color: approx French Lilac. HEX triplet: EC, C2 and E1. RGB value is (236,194,225). Sum of RGB (Red+Green+Blue) = 236+194+225=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2E1 is #133D1E. Grayscale: #D2D2D2. Windows color (decimal): -1260831 or 14795500. OLE color: 14795500.

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

Color convert

RGB236194225-
CMYK00.180.050.07
HSL315.71º52.5%84.31%-
HSV(B)315.71º17.8%92.55%-
XYZ67.4761.8579.62-
YUV210.09136.41146.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 194 (76.17% from 255) = 29.62%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=36.03%
G=29.62%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619422500.180.050.07315.7152.584.31
HexECC2E10125713c3454
Octal3543023410225747464124
Binary1110110011000010111000010100101011111001111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2E1; }

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

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

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

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

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

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

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

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