#e1b4d2

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

Shades of French Lilac #E1B4D2

Tints of French Lilac #E1B4D2

Color information

#E1B4D2 (or 0xE1B4D2) is unknown color: approx French Lilac. HEX triplet: E1, B4 and D2. RGB value is (225,180,210). Sum of RGB (Red+Green+Blue) = 225+180+210=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4D2 is #1E4B2D. Grayscale: #C4C4C4. Windows color (decimal): -1985326 or 13808865. OLE color: 13808865.

HSL color Cylindrical-coordinate representation of color #E1B4D2: hue angle of 320º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4D2 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225180210-
CMYK00.20.070.12
HSL320º42.86%79.41%-
HSV(B)320º20%88.24%-
XYZ59.0153.368.15-
YUV196.88135.41148.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=36.59%
G=29.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518021000.20.070.1232042.8679.41
HexE1B4D20147C1402b4f
Octal34126432202471450053117
Binary11100001101101001101001001010011111001010000001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b4d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b4d2; }

 p { color: rgb(225,180,210); }

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

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

 a { background-color: rgb(225,180,210); }

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

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

 span { border-color: rgb(225,180,210); }

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