#E5CDDF

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

Shades of French Lilac #E5CDDF

Tints of French Lilac #E5CDDF

Color information

#E5CDDF (or 0xE5CDDF) is unknown color: approx French Lilac. HEX triplet: E5, CD and DF. RGB value is (229,205,223). Sum of RGB (Red+Green+Blue) = 229+205+223=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDDF is #1A3220. Grayscale: #D6D6D6. Windows color (decimal): -1716769 or 14667237. OLE color: 14667237.

HSL color Cylindrical-coordinate representation of color #E5CDDF: hue angle of 315º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDDF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229205223-
CMYK00.100.030.10
HSL315º31.58%85.1%-
HSV(B)315º10.48%89.8%-
XYZ67.4665.6578.93-
YUV214.23132.95138.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=34.86%
G=31.20%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920522300.100.030.1031531.5885.1
HexE5CDDF0A3A13b2055
Octal34531533701231247340125
Binary111001011100110111011111010101110101001110111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDDF; }

 p { color: rgb(229,205,223); }

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

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

 a { background-color: rgb(229,205,223); }

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

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

 span { border-color: rgb(229,205,223); }

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