#E0BBDE

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

Shades of French Lilac #E0BBDE

Tints of French Lilac #E0BBDE

Color information

#E0BBDE (or 0xE0BBDE) is unknown color: approx French Lilac. HEX triplet: E0, BB and DE. RGB value is (224,187,222). Sum of RGB (Red+Green+Blue) = 224+187+222=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBDE is #1F4421. Grayscale: #C9C9C9. Windows color (decimal): -2049058 or 14597088. OLE color: 14597088.

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

Color convert

RGB224187222-
CMYK00.170.010.12
HSL303.24º37.37%80.59%-
HSV(B)303.24º16.52%87.84%-
XYZ61.756.6676.79-
YUV202.05139.26143.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=35.39%
G=29.54%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418722200.170.010.12303.2437.3780.59
HexE0BBDE0111C12f2551
Octal34027333602111445745121
Binary111000001011101111011110010001111001001011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBDE; }

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

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

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

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

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

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

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

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