#E1CCDD

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

Shades of French Lilac #E1CCDD

Tints of French Lilac #E1CCDD

Color information

#E1CCDD (or 0xE1CCDD) is unknown color: approx French Lilac. HEX triplet: E1, CC and DD. RGB value is (225,204,221). Sum of RGB (Red+Green+Blue) = 225+204+221=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDD is #1E3322. Grayscale: #D4D4D4. Windows color (decimal): -1979171 or 14535905. OLE color: 14535905.

HSL color Cylindrical-coordinate representation of color #E1CCDD: hue angle of 311.43º 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 #E1CCDD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225204221-
CMYK00.090.020.12
HSL311.43º25.93%84.12%-
HSV(B)311.43º9.33%88.24%-
XYZ65.764.4177.38-
YUV212.22132.96137.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 34%
R=34.62%
G=31.38%
B=34%

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
Decimal22520422100.090.020.12311.4325.9384.12
HexE1CCDD092C1371a54
Octal34131433501121446732124
Binary11100001110011001101110101001101100100110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCDD; }

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

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

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

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

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

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

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

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