#E0BCDB

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

Shades of French Lilac #E0BCDB

Tints of French Lilac #E0BCDB

Color information

#E0BCDB (or 0xE0BCDB) is unknown color: approx French Lilac. HEX triplet: E0, BC and DB. RGB value is (224,188,219). Sum of RGB (Red+Green+Blue) = 224+188+219=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCDB is #1F4324. Grayscale: #CACACA. Windows color (decimal): -2048805 or 14400736. OLE color: 14400736.

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

Color convert

RGB224188219-
CMYK00.160.020.12
HSL308.33º36.73%80.78%-
HSV(B)308.33º16.07%87.84%-
XYZ61.5156.9374.76-
YUV202.3137.43143.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=35.50%
G=29.79%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418821900.160.020.12308.3336.7380.78
HexE0BCDB0102C1342551
Octal34027433302021446445121
Binary1110000010111100110110110100001011001001101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCDB; }

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

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

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

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

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

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

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

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