#E8BDE1

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

Shades of French Lilac #E8BDE1

Tints of French Lilac #E8BDE1

Color information

#E8BDE1 (or 0xE8BDE1) is unknown color: approx French Lilac. HEX triplet: E8, BD and E1. RGB value is (232,189,225). Sum of RGB (Red+Green+Blue) = 232+189+225=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDE1 is #17421E. Grayscale: #CDCDCD. Windows color (decimal): -1524255 or 14794216. OLE color: 14794216.

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

Color convert

RGB232189225-
CMYK00.190.030.09
HSL309.77º48.31%82.55%-
HSV(B)309.77º18.53%90.98%-
XYZ65.0758.9979.19-
YUV205.96138.75146.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=35.91%
G=29.26%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218922500.190.030.09309.7748.3182.55
HexE8BDE1013391363053
Octal35027534102331146660123
Binary1110100010111101111000010100111110011001101101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDE1; }

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

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

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

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

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

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

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

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