#D1BACD

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

Shades of French Lilac #D1BACD

Tints of French Lilac #D1BACD

Color information

#D1BACD (or 0xD1BACD) is unknown color: approx French Lilac. HEX triplet: D1, BA and CD. RGB value is (209,186,205). Sum of RGB (Red+Green+Blue) = 209+186+205=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACD is #2E4532. Grayscale: #C2C2C2. Windows color (decimal): -3032371 or 13482705. OLE color: 13482705.

HSL color Cylindrical-coordinate representation of color #D1BACD: hue angle of 310.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209186205-
CMYK00.110.020.18
HSL310.43º20%77.45%-
HSV(B)310.43º11%81.96%-
XYZ54.8753.0865.11-
YUV195.04133.62137.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=34.83%
G=31%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918620500.110.020.18310.432077.45
HexD1BACD0B212136144d
Octal32127231501322246624115
Binary110100011011101011001101010111010010100110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BACD; }

 p { color: rgb(209,186,205); }

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

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

 a { background-color: rgb(209,186,205); }

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

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

 span { border-color: rgb(209,186,205); }

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