#E1CDDD

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

Shades of French Lilac #E1CDDD

Tints of French Lilac #E1CDDD

Color information

#E1CDDD (or 0xE1CDDD) is unknown color: approx French Lilac. HEX triplet: E1, CD and DD. RGB value is (225,205,221). Sum of RGB (Red+Green+Blue) = 225+205+221=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDD is #1E3222. Grayscale: #D4D4D4. Windows color (decimal): -1978915 or 14536161. OLE color: 14536161.

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

Color convert

RGB225205221-
CMYK00.090.020.12
HSL312º25%84.31%-
HSV(B)312º8.89%88.24%-
XYZ65.9364.8977.46-
YUV212.8132.63136.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=34.56%
G=31.49%
B=33.95%

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
Decimal22520522100.090.020.123122584.31
HexE1CDDD092C1381954
Octal34131533501121447031124
Binary11100001110011011101110101001101100100111000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDDD; }

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

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

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

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

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

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

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

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