#E4BEDD

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

Shades of French Lilac #E4BEDD

Tints of French Lilac #E4BEDD

Color information

#E4BEDD (or 0xE4BEDD) is unknown color: approx French Lilac. HEX triplet: E4, BE and DD. RGB value is (228,190,221). Sum of RGB (Red+Green+Blue) = 228+190+221=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BEDD is #1B4122. Grayscale: #CCCCCC. Windows color (decimal): -1786147 or 14532324. OLE color: 14532324.

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

Color convert

RGB228190221-
CMYK00.170.030.11
HSL311.05º41.3%81.96%-
HSV(B)311.05º16.67%89.41%-
XYZ63.4658.5476.36-
YUV204.9137.09144.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=35.68%
G=29.73%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819022100.170.030.11311.0541.381.96
HexE4BEDD0113B1372952
Octal34427633502131346751122
Binary1110010010111110110111010100011110111001101111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEDD; }

 p { color: rgb(228,190,221); }

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

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

 a { background-color: rgb(228,190,221); }

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

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

 span { border-color: rgb(228,190,221); }

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