#E8BDDE

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

Shades of French Lilac #E8BDDE

Tints of French Lilac #E8BDDE

Color information

#E8BDDE (or 0xE8BDDE) is unknown color: approx French Lilac. HEX triplet: E8, BD and DE. RGB value is (232,189,222). Sum of RGB (Red+Green+Blue) = 232+189+222=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDDE is #174221. Grayscale: #CDCDCD. Windows color (decimal): -1524258 or 14597608. OLE color: 14597608.

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

Color convert

RGB232189222-
CMYK00.190.040.09
HSL313.95º48.31%82.55%-
HSV(B)313.95º18.53%90.98%-
XYZ64.6658.8277.05-
YUV205.62137.25146.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=36.08%
G=29.39%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218922200.190.040.09313.9548.3182.55
HexE8BDDE0134913a3053
Octal35027533602341147260123
Binary11101000101111011101111001001110010011001110101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDDE; }

 p { color: rgb(232,189,222); }

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

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

 a { background-color: rgb(232,189,222); }

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

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

 span { border-color: rgb(232,189,222); }

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