#D1A1BB

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

Shades of Lily #D1A1BB

Tints of Lily #D1A1BB

Color information

#D1A1BB (or 0xD1A1BB) is unknown color: approx Lily. HEX triplet: D1, A1 and BB. RGB value is (209,161,187). Sum of RGB (Red+Green+Blue) = 209+161+187=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1BB is #2E5E44. Grayscale: #B2B2B2. Windows color (decimal): -3038789 or 12296657. OLE color: 12296657.

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

Color convert

RGB209161187-
CMYK00.230.110.18
HSL327.5º34.29%72.55%-
HSV(B)327.5º22.97%81.96%-
XYZ48.0142.6352.71-
YUV178.32132.9149.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=37.52%
G=28.90%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916118700.230.110.18327.534.2972.55
HexD1A1BB017B121482249
Octal321241273027132251042111
Binary1101000110100001101110110101111011100101010010001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A1BB; }

 p { color: rgb(209,161,187); }

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

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

 a { background-color: rgb(209,161,187); }

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

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

 span { border-color: rgb(209,161,187); }

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