#E4BDDF

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

Shades of French Lilac #E4BDDF

Tints of French Lilac #E4BDDF

Color information

#E4BDDF (or 0xE4BDDF) is unknown color: approx French Lilac. HEX triplet: E4, BD and DF. RGB value is (228,189,223). Sum of RGB (Red+Green+Blue) = 228+189+223=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDDF is #1B4220. Grayscale: #CCCCCC. Windows color (decimal): -1786401 or 14663140. OLE color: 14663140.

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

Color convert

RGB228189223-
CMYK00.170.020.11
HSL307.69º41.94%81.76%-
HSV(B)307.69º17.11%89.41%-
XYZ63.5158.2277.7-
YUV204.54138.42144.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.62%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=35.62%
G=29.53%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818922300.170.020.11307.6941.9481.76
HexE4BDDF0112B1342a52
Octal34427533702121346452122
Binary1110010010111101110111110100011010111001101001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDDF; }

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

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

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

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

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

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

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

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