#E5C5DB

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

Shades of French Lilac #E5C5DB

Tints of French Lilac #E5C5DB

Color information

#E5C5DB (or 0xE5C5DB) is unknown color: approx French Lilac. HEX triplet: E5, C5 and DB. RGB value is (229,197,219). Sum of RGB (Red+Green+Blue) = 229+197+219=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5DB is #1A3A24. Grayscale: #D1D1D1. Windows color (decimal): -1718821 or 14403045. OLE color: 14403045.

HSL color Cylindrical-coordinate representation of color #E5C5DB: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C5DB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229197219-
CMYK00.140.040.10
HSL318.75º38.1%83.53%-
HSV(B)318.75º13.97%89.8%-
XYZ65.0761.775.5-
YUV209.08133.6142.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 30.54%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=35.50%
G=30.54%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919721900.140.040.10318.7538.183.53
HexE5C5DB0E4A13f2654
Octal34530533301641247746124
Binary1110010111000101110110110111010010101001111111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C5DB; }

 p { color: rgb(229,197,219); }

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

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

 a { background-color: rgb(229,197,219); }

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

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

 span { border-color: rgb(229,197,219); }

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