#E7BDDB

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

Shades of French Lilac #E7BDDB

Tints of French Lilac #E7BDDB

Color information

#E7BDDB (or 0xE7BDDB) is unknown color: approx French Lilac. HEX triplet: E7, BD and DB. RGB value is (231,189,219). Sum of RGB (Red+Green+Blue) = 231+189+219=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDDB is #184224. Grayscale: #CCCCCC. Windows color (decimal): -1589797 or 14400999. OLE color: 14400999.

HSL color Cylindrical-coordinate representation of color #E7BDDB: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDDB is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231189219-
CMYK00.180.050.09
HSL317.14º46.67%82.35%-
HSV(B)317.14º18.18%90.59%-
XYZ63.9458.574.94-
YUV204.98135.91146.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=36.15%
G=29.58%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118921900.180.050.09317.1446.6782.35
HexE7BDDB0125913d2f52
Octal34727533302251147557122
Binary11100111101111011101101101001010110011001111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDDB; }

 p { color: rgb(231,189,219); }

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

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

 a { background-color: rgb(231,189,219); }

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

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

 span { border-color: rgb(231,189,219); }

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