#E8BDDC

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

Shades of French Lilac #E8BDDC

Tints of French Lilac #E8BDDC

Color information

#E8BDDC (or 0xE8BDDC) is unknown color: approx French Lilac. HEX triplet: E8, BD and DC. RGB value is (232,189,220). Sum of RGB (Red+Green+Blue) = 232+189+220=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDDC is #174223. Grayscale: #CDCDCD. Windows color (decimal): -1524260 or 14466536. OLE color: 14466536.

HSL color Cylindrical-coordinate representation of color #E8BDDC: hue angle of 316.74º 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 #E8BDDC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232189220-
CMYK00.190.050.09
HSL316.74º48.31%82.55%-
HSV(B)316.74º18.53%90.98%-
XYZ64.3958.7275.65-
YUV205.39136.25146.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=36.19%
G=29.49%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218922000.190.050.09316.7448.3182.55
HexE8BDDC0135913d3053
Octal35027533402351147560123
Binary11101000101111011101110001001110110011001111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDDC; }

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

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

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

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

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

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

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

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