#E4BDD8

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

Shades of French Lilac #E4BDD8

Tints of French Lilac #E4BDD8

Color information

#E4BDD8 (or 0xE4BDD8) is unknown color: approx French Lilac. HEX triplet: E4, BD and D8. RGB value is (228,189,216). Sum of RGB (Red+Green+Blue) = 228+189+216=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDD8 is #1B4227. Grayscale: #CBCBCB. Windows color (decimal): -1786408 or 14204388. OLE color: 14204388.

HSL color Cylindrical-coordinate representation of color #E4BDD8: hue angle of 318.46º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4BDD8 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB228189216-
CMYK00.170.050.11
HSL318.46º41.94%81.76%-
HSV(B)318.46º17.11%89.41%-
XYZ62.5957.8572.83-
YUV203.74134.92145.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.02%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=36.02%
G=29.86%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818921600.170.050.11318.4641.9481.76
HexE4BDD80115B13e2a52
Octal34427533002151347652122
Binary11100100101111011101100001000110110111001111101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDD8; }

 p { color: rgb(228,189,216); }

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

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

 a { background-color: rgb(228,189,216); }

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

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

 span { border-color: rgb(228,189,216); }

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