#E5CBDE

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

Shades of French Lilac #E5CBDE

Tints of French Lilac #E5CBDE

Color information

#E5CBDE (or 0xE5CBDE) is unknown color: approx French Lilac. HEX triplet: E5, CB and DE. RGB value is (229,203,222). Sum of RGB (Red+Green+Blue) = 229+203+222=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDE is #1A3421. Grayscale: #D4D4D4. Windows color (decimal): -1717282 or 14601189. OLE color: 14601189.

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

Color convert

RGB229203222-
CMYK00.110.030.10
HSL316.15º33.33%84.71%-
HSV(B)316.15º11.35%89.8%-
XYZ66.8564.6478.06-
YUV212.94133.11139.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=35.02%
G=31.04%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920322200.110.030.10316.1533.3384.71
HexE5CBDE0B3A13c2155
Octal34531333601331247441125
Binary111001011100101111011110010111110101001111001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBDE; }

 p { color: rgb(229,203,222); }

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

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

 a { background-color: rgb(229,203,222); }

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

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

 span { border-color: rgb(229,203,222); }

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