#E1CFDC

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

Shades of French Lilac #E1CFDC

Tints of French Lilac #E1CFDC

Color information

#E1CFDC (or 0xE1CFDC) is unknown color: approx French Lilac. HEX triplet: E1, CF and DC. RGB value is (225,207,220). Sum of RGB (Red+Green+Blue) = 225+207+220=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDC is #1E3023. Grayscale: #D5D5D5. Windows color (decimal): -1978404 or 14471137. OLE color: 14471137.

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

Color convert

RGB225207220-
CMYK00.080.020.12
HSL316.67º23.08%84.71%-
HSV(B)316.67º8%88.24%-
XYZ66.2865.876.92-
YUV213.86131.46135.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=34.51%
G=31.75%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520722000.080.020.12316.6723.0884.71
HexE1CFDC082C13d1755
Octal34131733401021447527125
Binary11100001110011111101110001000101100100111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFDC; }

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

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

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

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

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

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

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

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