#E1CDDC

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

Shades of French Lilac #E1CDDC

Tints of French Lilac #E1CDDC

Color information

#E1CDDC (or 0xE1CDDC) is unknown color: approx French Lilac. HEX triplet: E1, CD and DC. RGB value is (225,205,220). Sum of RGB (Red+Green+Blue) = 225+205+220=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDC is #1E3223. Grayscale: #D4D4D4. Windows color (decimal): -1978916 or 14470625. OLE color: 14470625.

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

Color convert

RGB225205220-
CMYK00.090.020.12
HSL315º25%84.31%-
HSV(B)315º8.89%88.24%-
XYZ65.864.8476.76-
YUV212.69132.13136.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=34.62%
G=31.54%
B=33.85%

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
Decimal22520522000.090.020.123152584.31
HexE1CDDC092C13b1954
Octal34131533401121447331124
Binary11100001110011011101110001001101100100111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDDC; }

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

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

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

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

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

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

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

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