#E0BBD7

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

Shades of French Lilac #E0BBD7

Tints of French Lilac #E0BBD7

Color information

#E0BBD7 (or 0xE0BBD7) is unknown color: approx French Lilac. HEX triplet: E0, BB and D7. RGB value is (224,187,215). Sum of RGB (Red+Green+Blue) = 224+187+215=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBD7 is #1F4428. Grayscale: #C9C9C9. Windows color (decimal): -2049065 or 14138336. OLE color: 14138336.

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

Color convert

RGB224187215-
CMYK00.170.040.12
HSL314.59º37.37%80.59%-
HSV(B)314.59º16.52%87.84%-
XYZ60.7856.2971.95-
YUV201.26135.76144.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=35.78%
G=29.87%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418721500.170.040.12314.5937.3780.59
HexE0BBD70114C13b2551
Octal34027332702141447345121
Binary11100000101110111101011101000110011001001110111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBD7; }

 p { color: rgb(224,187,215); }

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

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

 a { background-color: rgb(224,187,215); }

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

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

 span { border-color: rgb(224,187,215); }

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