#E3BADD

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

Shades of French Lilac #E3BADD

Tints of French Lilac #E3BADD

Color information

#E3BADD (or 0xE3BADD) is unknown color: approx French Lilac. HEX triplet: E3, BA and DD. RGB value is (227,186,221). Sum of RGB (Red+Green+Blue) = 227+186+221=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BADD is #1C4522. Grayscale: #CACACA. Windows color (decimal): -1852707 or 14531299. OLE color: 14531299.

HSL color Cylindrical-coordinate representation of color #E3BADD: hue angle of 308.78º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3BADD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227186221-
CMYK00.180.030.11
HSL308.78º42.27%80.98%-
HSV(B)308.78º18.06%89.02%-
XYZ62.2956.6776.06-
YUV202.25138.58145.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=35.80%
G=29.34%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718622100.180.030.11308.7842.2780.98
HexE3BADD0123B1352a51
Octal34327233502231346552121
Binary1110001110111010110111010100101110111001101011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BADD; }

 p { color: rgb(227,186,221); }

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

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

 a { background-color: rgb(227,186,221); }

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

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

 span { border-color: rgb(227,186,221); }

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