#E8B5ED

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

Shades of French Lilac #E8B5ED

Tints of French Lilac #E8B5ED

Color information

#E8B5ED (or 0xE8B5ED) is unknown color: approx French Lilac. HEX triplet: E8, B5 and ED. RGB value is (232,181,237). Sum of RGB (Red+Green+Blue) = 232+181+237=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5ED is #174A12. Grayscale: #CACACA. Windows color (decimal): -1526291 or 15578600. OLE color: 15578600.

HSL color Cylindrical-coordinate representation of color #E8B5ED: hue angle of 294.64º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B5ED is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232181237-
CMYK0.020.2400.07
HSL294.64º60.87%81.96%-
HSV(B)294.64º23.63%92.94%-
XYZ65.0956.3287.56-
YUV202.63147.4148.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=35.69%
G=27.85%
B=36.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321812370.020.2400.07294.6460.8781.96
HexE8B5ED218071273d52
Octal3502653552300744775122
Binary111010001011010111101101101100001111001001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B5ED; }

 p { color: rgb(232,181,237); }

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

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

 a { background-color: rgb(232,181,237); }

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

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

 span { border-color: rgb(232,181,237); }

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