#E7BFDB

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

Shades of French Lilac #E7BFDB

Tints of French Lilac #E7BFDB

Color information

#E7BFDB (or 0xE7BFDB) is unknown color: approx French Lilac. HEX triplet: E7, BF and DB. RGB value is (231,191,219). Sum of RGB (Red+Green+Blue) = 231+191+219=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFDB is #184024. Grayscale: #CECECE. Windows color (decimal): -1589285 or 14401511. OLE color: 14401511.

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

Color convert

RGB231191219-
CMYK00.170.050.09
HSL318º45.45%82.75%-
HSV(B)318º17.32%90.59%-
XYZ64.3759.3775.08-
YUV206.15135.25145.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=36.04%
G=29.80%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119121900.170.050.0931845.4582.75
HexE7BFDB0115913e2d53
Octal34727733302151147655123
Binary11100111101111111101101101000110110011001111101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFDB; }

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

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

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

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

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

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

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

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