#E0BCDA

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

Shades of French Lilac #E0BCDA

Tints of French Lilac #E0BCDA

Color information

#E0BCDA (or 0xE0BCDA) is unknown color: approx French Lilac. HEX triplet: E0, BC and DA. RGB value is (224,188,218). Sum of RGB (Red+Green+Blue) = 224+188+218=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCDA is #1F4325. Grayscale: #CACACA. Windows color (decimal): -2048806 or 14335200. OLE color: 14335200.

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

Color convert

RGB224188218-
CMYK00.160.030.12
HSL310º36.73%80.78%-
HSV(B)310º16.07%87.84%-
XYZ61.3856.8874.07-
YUV202.18136.93143.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=35.56%
G=29.84%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418821800.160.030.1231036.7380.78
HexE0BCDA0103C1362551
Octal34027433202031446645121
Binary1110000010111100110110100100001111001001101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCDA; }

 p { color: rgb(224,188,218); }

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

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

 a { background-color: rgb(224,188,218); }

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

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

 span { border-color: rgb(224,188,218); }

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