#E0BEDD

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

Shades of French Lilac #E0BEDD

Tints of French Lilac #E0BEDD

Color information

#E0BEDD (or 0xE0BEDD) is unknown color: approx French Lilac. HEX triplet: E0, BE and DD. RGB value is (224,190,221). Sum of RGB (Red+Green+Blue) = 224+190+221=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDD is #1F4122. Grayscale: #CBCBCB. Windows color (decimal): -2048291 or 14532320. OLE color: 14532320.

HSL color Cylindrical-coordinate representation of color #E0BEDD: hue angle of 305.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BEDD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224190221-
CMYK00.150.010.12
HSL305.29º35.42%81.18%-
HSV(B)305.29º15.18%87.84%-
XYZ62.2157.8976.3-
YUV203.7137.76142.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=35.28%
G=29.92%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419022100.150.010.12305.2935.4281.18
HexE0BEDD0F1C1312351
Octal34027633501711446143121
Binary11100000101111101101110101111111001001100011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEDD; }

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

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

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

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

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

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

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

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