#E1BDDC

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

Shades of French Lilac #E1BDDC

Tints of French Lilac #E1BDDC

Color information

#E1BDDC (or 0xE1BDDC) is unknown color: approx French Lilac. HEX triplet: E1, BD and DC. RGB value is (225,189,220). Sum of RGB (Red+Green+Blue) = 225+189+220=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDC is #1E4223. Grayscale: #CBCBCB. Windows color (decimal): -1983012 or 14466529. OLE color: 14466529.

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

Color convert

RGB225189220-
CMYK00.160.020.12
HSL308.33º37.5%81.18%-
HSV(B)308.33º16%88.24%-
XYZ62.1757.5775.55-
YUV203.3137.43143.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=35.49%
G=29.81%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518922000.160.020.12308.3337.581.18
HexE1BDDC0102C1342651
Octal34127533402021446446121
Binary1110000110111101110111000100001011001001101001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDDC; }

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

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

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

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

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

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

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

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