Shades of Lily #D1A0BB
Tints of Lily #D1A0BB
RGB
CMYK
RGB Variations
Color information
#D1A0BB (or 0xD1A0BB) is known color: Lily. HEX triplet: D1, A0 and BB. RGB value is (209,160,187). Sum of RGB (Red+Green+Blue) = 209+160+187=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0BB is #2E5F44. Grayscale: #B1B1B1. Windows color (decimal): -3039045 or 12296401. OLE color: 12296401.
HSL color Cylindrical-coordinate representation of color #D1A0BB: hue angle of 326.94º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0BB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 187 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.18 |
| HSL | 326.94º | 0.35% | 0.72% | - |
| HSV(B) | 326.94º | 0.23% | 0.82% | - |
| XYZ | 47.83 | 42.28 | 52.65 | - |
| YUV | 177.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 187 | 0 | 0.23 | 0.11 | 0.18 | 326.94 | 0.35 | 0.72 |
| Hex | D1 | A0 | BB | 0 | 17 | B | 12 | 147 | 23 | 48 |
| Octal | 321 | 240 | 273 | 0 | 27 | 13 | 22 | 507 | 43 | 110 |
| Binary | 11010001 | 10100000 | 10111011 | 0 | 10111 | 1011 | 10010 | 101000111 | 100011 | 1001000 |
Color Harmonies of #D1A0BB
Complementary color
Monochromatic Colors of #D1A0BB
Black with #D1A0BB
Text Example
Text Example
White with #D1A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0BB; }
p { color: rgb(209,160,187); }
H1.HeaderClassName
{
color: #D1A0BB;
}
.AnyTagClassName
{
color: #D1A0BB;
}
</style>
background-color css
<style>
a { background-color: #D1A0BB; }
a { background-color: rgb(209,160,187); }
div.DivClassName
{
background-color: #D1A0BB;
}
.BgClassName
{
background-color: #D1A0BB;
}
</style>
border-color css
<style>
span { border-color: #D1A0BB; }
span { border-color: rgb(209,160,187); }
td.TdClassName
{
border-color: #D1A0BB;
}
.TagClassName
{
border-color: #D1A0BB;
}
</style>