#E4BADF

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

Shades of French Lilac #E4BADF

Tints of French Lilac #E4BADF

Color information

#E4BADF (or 0xE4BADF) is unknown color: approx French Lilac. HEX triplet: E4, BA and DF. RGB value is (228,186,223). Sum of RGB (Red+Green+Blue) = 228+186+223=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BADF is #1B4520. Grayscale: #CACACA. Windows color (decimal): -1787169 or 14662372. OLE color: 14662372.

HSL color Cylindrical-coordinate representation of color #E4BADF: hue angle of 307.14º degrees, saturation: 0.44, 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 #E4BADF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228186223-
CMYK00.180.020.11
HSL307.14º43.75%81.18%-
HSV(B)307.14º18.42%89.41%-
XYZ62.8756.9477.49-
YUV202.78139.41145.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=35.79%
G=29.20%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818622300.180.020.11307.1443.7581.18
HexE4BADF0122B1332c51
Octal34427233702221346354121
Binary1110010010111010110111110100101010111001100111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BADF; }

 p { color: rgb(228,186,223); }

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

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

 a { background-color: rgb(228,186,223); }

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

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

 span { border-color: rgb(228,186,223); }

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