#E1CCDC

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

Shades of French Lilac #E1CCDC

Tints of French Lilac #E1CCDC

Color information

#E1CCDC (or 0xE1CCDC) is unknown color: approx French Lilac. HEX triplet: E1, CC and DC. RGB value is (225,204,220). Sum of RGB (Red+Green+Blue) = 225+204+220=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDC is #1E3323. Grayscale: #D4D4D4. Windows color (decimal): -1979172 or 14470369. OLE color: 14470369.

HSL color Cylindrical-coordinate representation of color #E1CCDC: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CCDC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225204220-
CMYK00.090.020.12
HSL314.29º25.93%84.12%-
HSV(B)314.29º9.33%88.24%-
XYZ65.5664.3676.68-
YUV212.1132.46137.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=34.67%
G=31.43%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520422000.090.020.12314.2925.9384.12
HexE1CCDC092C13a1a54
Octal34131433401121447232124
Binary11100001110011001101110001001101100100111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCDC; }

 p { color: rgb(225,204,220); }

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

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

 a { background-color: rgb(225,204,220); }

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

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

 span { border-color: rgb(225,204,220); }

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