#E0BDD5

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

Shades of French Lilac #E0BDD5

Tints of French Lilac #E0BDD5

Color information

#E0BDD5 (or 0xE0BDD5) is unknown color: approx French Lilac. HEX triplet: E0, BD and D5. RGB value is (224,189,213). Sum of RGB (Red+Green+Blue) = 224+189+213=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDD5 is #1F422A. Grayscale: #CACACA. Windows color (decimal): -2048555 or 14007776. OLE color: 14007776.

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

Color convert

RGB224189213-
CMYK00.160.050.12
HSL318.86º36.08%80.98%-
HSV(B)318.86º15.62%87.84%-
XYZ60.9557.0570.75-
YUV202.2134.1143.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=35.78%
G=30.19%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418921300.160.050.12318.8636.0880.98
HexE0BDD50105C13f2451
Octal34027532502051447744121
Binary11100000101111011101010101000010111001001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDD5; }

 p { color: rgb(224,189,213); }

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

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

 a { background-color: rgb(224,189,213); }

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

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

 span { border-color: rgb(224,189,213); }

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