#E5CBDD

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

Shades of French Lilac #E5CBDD

Tints of French Lilac #E5CBDD

Color information

#E5CBDD (or 0xE5CBDD) is unknown color: approx French Lilac. HEX triplet: E5, CB and DD. RGB value is (229,203,221). Sum of RGB (Red+Green+Blue) = 229+203+221=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDD is #1A3422. Grayscale: #D4D4D4. Windows color (decimal): -1717283 or 14535653. OLE color: 14535653.

HSL color Cylindrical-coordinate representation of color #E5CBDD: hue angle of 318.46º 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 #E5CBDD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229203221-
CMYK00.110.030.10
HSL318.46º33.33%84.71%-
HSV(B)318.46º11.35%89.8%-
XYZ66.7264.5977.36-
YUV212.83132.61139.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=35.07%
G=31.09%
B=33.84%

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
Decimal22920322100.110.030.10318.4633.3384.71
HexE5CBDD0B3A13e2155
Octal34531333501331247641125
Binary111001011100101111011101010111110101001111101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBDD; }

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

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

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

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

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

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

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

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