#E8BFDA

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

Shades of French Lilac #E8BFDA

Tints of French Lilac #E8BFDA

Color information

#E8BFDA (or 0xE8BFDA) is unknown color: approx French Lilac. HEX triplet: E8, BF and DA. RGB value is (232,191,218). Sum of RGB (Red+Green+Blue) = 232+191+218=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFDA is #174025. Grayscale: #CECECE. Windows color (decimal): -1523750 or 14335976. OLE color: 14335976.

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

Color convert

RGB232191218-
CMYK00.180.060.09
HSL320.49º47.13%82.94%-
HSV(B)320.49º17.67%90.98%-
XYZ64.5659.4874.41-
YUV206.34134.58146.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=36.19%
G=29.80%
B=34.01%

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
Decimal23219121800.180.060.09320.4947.1382.94
HexE8BFDA012691402f53
Octal35027733202261150057123
Binary11101000101111111101101001001011010011010000001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFDA; }

 p { color: rgb(232,191,218); }

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

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

 a { background-color: rgb(232,191,218); }

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

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

 span { border-color: rgb(232,191,218); }

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