#E5BDDC

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

Shades of French Lilac #E5BDDC

Tints of French Lilac #E5BDDC

Color information

#E5BDDC (or 0xE5BDDC) is unknown color: approx French Lilac. HEX triplet: E5, BD and DC. RGB value is (229,189,220). Sum of RGB (Red+Green+Blue) = 229+189+220=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDC is #1A4223. Grayscale: #CCCCCC. Windows color (decimal): -1720868 or 14466533. OLE color: 14466533.

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

Color convert

RGB229189220-
CMYK00.170.040.10
HSL313.5º43.48%81.96%-
HSV(B)313.5º17.47%89.8%-
XYZ63.4358.2275.6-
YUV204.49136.75145.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=35.89%
G=29.62%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918922000.170.040.10313.543.4881.96
HexE5BDDC0114A13a2b52
Octal34527533402141247253122
Binary11100101101111011101110001000110010101001110101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDC; }

 p { color: rgb(229,189,220); }

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

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

 a { background-color: rgb(229,189,220); }

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

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

 span { border-color: rgb(229,189,220); }

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