#E8BEDB

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

Shades of French Lilac #E8BEDB

Tints of French Lilac #E8BEDB

Color information

#E8BEDB (or 0xE8BEDB) is unknown color: approx French Lilac. HEX triplet: E8, BE and DB. RGB value is (232,190,219). Sum of RGB (Red+Green+Blue) = 232+190+219=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BEDB is #174124. Grayscale: #CDCDCD. Windows color (decimal): -1524005 or 14401256. OLE color: 14401256.

HSL color Cylindrical-coordinate representation of color #E8BEDB: hue angle of 318.57º degrees, saturation: 0.48, 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 #E8BEDB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232190219-
CMYK00.180.060.09
HSL318.57º47.73%82.75%-
HSV(B)318.57º18.1%90.98%-
XYZ64.4859.175.03-
YUV205.86135.41146.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=36.19%
G=29.64%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219021900.180.060.09318.5747.7382.75
HexE8BEDB0126913f3053
Octal35027633302261147760123
Binary11101000101111101101101101001011010011001111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BEDB; }

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

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

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

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

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

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

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

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