#E1B9DD

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

Shades of French Lilac #E1B9DD

Tints of French Lilac #E1B9DD

Color information

#E1B9DD (or 0xE1B9DD) is unknown color: approx French Lilac. HEX triplet: E1, B9 and DD. RGB value is (225,185,221). Sum of RGB (Red+Green+Blue) = 225+185+221=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9DD is #1E4622. Grayscale: #C8C8C8. Windows color (decimal): -1984035 or 14531041. OLE color: 14531041.

HSL color Cylindrical-coordinate representation of color #E1B9DD: hue angle of 306º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9DD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225185221-
CMYK00.180.020.12
HSL306º40%80.39%-
HSV(B)306º17.78%88.24%-
XYZ61.4555.9375.96-
YUV201.06139.25145.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=35.66%
G=29.32%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518522100.180.020.123064080.39
HexE1B9DD0122C1322850
Octal34127133502221446250120
Binary1110000110111001110111010100101011001001100101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9DD; }

 p { color: rgb(225,185,221); }

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

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

 a { background-color: rgb(225,185,221); }

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

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

 span { border-color: rgb(225,185,221); }

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