#E0BFDB

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

Shades of French Lilac #E0BFDB

Tints of French Lilac #E0BFDB

Color information

#E0BFDB (or 0xE0BFDB) is unknown color: approx French Lilac. HEX triplet: E0, BF and DB. RGB value is (224,191,219). Sum of RGB (Red+Green+Blue) = 224+191+219=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDB is #1F4024. Grayscale: #CBCBCB. Windows color (decimal): -2048037 or 14401504. OLE color: 14401504.

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

Color convert

RGB224191219-
CMYK00.150.020.12
HSL309.09º34.74%81.37%-
HSV(B)309.09º14.73%87.84%-
XYZ62.1658.2274.98-
YUV204.06136.43142.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=35.33%
G=30.13%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419121900.150.020.12309.0934.7481.37
HexE0BFDB0F2C1352351
Octal34027733301721446543121
Binary111000001011111111011011011111011001001101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFDB; }

 p { color: rgb(224,191,219); }

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

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

 a { background-color: rgb(224,191,219); }

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

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

 span { border-color: rgb(224,191,219); }

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