#E4BADC

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

Shades of French Lilac #E4BADC

Tints of French Lilac #E4BADC

Color information

#E4BADC (or 0xE4BADC) is unknown color: approx French Lilac. HEX triplet: E4, BA and DC. RGB value is (228,186,220). Sum of RGB (Red+Green+Blue) = 228+186+220=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BADC is #1B4523. Grayscale: #CACACA. Windows color (decimal): -1787172 or 14465764. OLE color: 14465764.

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

Color convert

RGB228186220-
CMYK00.180.040.11
HSL311.43º43.75%81.18%-
HSV(B)311.43º18.42%89.41%-
XYZ62.4756.7875.38-
YUV202.43137.91146.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=35.96%
G=29.34%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818622000.180.040.11311.4343.7581.18
HexE4BADC0124B1372c51
Octal34427233402241346754121
Binary11100100101110101101110001001010010111001101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BADC; }

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

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

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

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

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

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

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

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