Shades of Lily #D3A1BB
Tints of Lily #D3A1BB
RGB
CMYK
RGB Variations
Color information
#D3A1BB (or 0xD3A1BB) is known color: Lily. HEX triplet: D3, A1 and BB. RGB value is (211,161,187). Sum of RGB (Red+Green+Blue) = 211+161+187=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A1BB is #2C5E44. Grayscale: #B2B2B2. Windows color (decimal): -2907717 or 12296659. OLE color: 12296659.
HSL color Cylindrical-coordinate representation of color #D3A1BB: hue angle of 328.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A1BB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 187 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.17 |
| HSL | 328.8º | 0.36% | 0.73% | - |
| HSV(B) | 328.8º | 0.24% | 0.83% | - |
| XYZ | 48.58 | 42.93 | 52.74 | - |
| YUV | 178.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 187 | 0 | 0.24 | 0.11 | 0.17 | 328.8 | 0.36 | 0.73 |
| Hex | D3 | A1 | BB | 0 | 18 | B | 11 | 149 | 24 | 49 |
| Octal | 323 | 241 | 273 | 0 | 30 | 13 | 21 | 511 | 44 | 111 |
| Binary | 11010011 | 10100001 | 10111011 | 0 | 11000 | 1011 | 10001 | 101001001 | 100100 | 1001001 |
Color Harmonies of #D3A1BB
Complementary color
Monochromatic Colors of #D3A1BB
Black with #D3A1BB
Text Example
Text Example
White with #D3A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A1BB; }
p { color: rgb(211,161,187); }
H1.HeaderClassName
{
color: #D3A1BB;
}
.AnyTagClassName
{
color: #D3A1BB;
}
</style>
background-color css
<style>
a { background-color: #D3A1BB; }
a { background-color: rgb(211,161,187); }
div.DivClassName
{
background-color: #D3A1BB;
}
.BgClassName
{
background-color: #D3A1BB;
}
</style>
border-color css
<style>
span { border-color: #D3A1BB; }
span { border-color: rgb(211,161,187); }
td.TdClassName
{
border-color: #D3A1BB;
}
.TagClassName
{
border-color: #D3A1BB;
}
</style>