#E7BEDB

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

Shades of French Lilac #E7BEDB

Tints of French Lilac #E7BEDB

Color information

#E7BEDB (or 0xE7BEDB) is unknown color: approx French Lilac. HEX triplet: E7, BE and DB. RGB value is (231,190,219). Sum of RGB (Red+Green+Blue) = 231+190+219=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BEDB is #184124. Grayscale: #CDCDCD. Windows color (decimal): -1589541 or 14401255. OLE color: 14401255.

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

Color convert

RGB231190219-
CMYK00.180.050.09
HSL317.56º46.07%82.55%-
HSV(B)317.56º17.75%90.59%-
XYZ64.1558.9375.01-
YUV205.56135.58146.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=36.09%
G=29.69%
B=34.22%

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
Decimal23119021900.180.050.09317.5646.0782.55
HexE7BEDB0125913e2e53
Octal34727633302251147656123
Binary11100111101111101101101101001010110011001111101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEDB; }

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

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

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

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

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

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

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

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