#E5BEDD

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

Shades of French Lilac #E5BEDD

Tints of French Lilac #E5BEDD

Color information

#E5BEDD (or 0xE5BEDD) is unknown color: approx French Lilac. HEX triplet: E5, BE and DD. RGB value is (229,190,221). Sum of RGB (Red+Green+Blue) = 229+190+221=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEDD is #1A4122. Grayscale: #CDCDCD. Windows color (decimal): -1720611 or 14532325. OLE color: 14532325.

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

Color convert

RGB229190221-
CMYK00.170.030.10
HSL312.31º42.86%82.16%-
HSV(B)312.31º17.03%89.8%-
XYZ63.7858.7176.38-
YUV205.2136.92144.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=35.78%
G=29.69%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919022100.170.030.10312.3142.8682.16
HexE5BEDD0113A1382b52
Octal34527633502131247053122
Binary1110010110111110110111010100011110101001110001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEDD; }

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

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

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

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

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

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

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

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