Shades of Lily #D0A1BB
Tints of Lily #D0A1BB
RGB
CMYK
RGB Variations
Color information
#D0A1BB (or 0xD0A1BB) is known color: Lily. HEX triplet: D0, A1 and BB. RGB value is (208,161,187). Sum of RGB (Red+Green+Blue) = 208+161+187=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1BB is #2F5E44. Grayscale: #B1B1B1. Windows color (decimal): -3104325 or 12296656. OLE color: 12296656.
HSL color Cylindrical-coordinate representation of color #D0A1BB: hue angle of 326.81º degrees, saturation: 0.33, 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 #D0A1BB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 187 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.18 |
| HSL | 326.81º | 0.33% | 0.72% | - |
| HSV(B) | 326.81º | 0.23% | 0.82% | - |
| XYZ | 47.73 | 42.49 | 52.7 | - |
| YUV | 178.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 187 | 0 | 0.23 | 0.10 | 0.18 | 326.81 | 0.33 | 0.72 |
| Hex | D0 | A1 | BB | 0 | 17 | A | 12 | 147 | 21 | 48 |
| Octal | 320 | 241 | 273 | 0 | 27 | 12 | 22 | 507 | 41 | 110 |
| Binary | 11010000 | 10100001 | 10111011 | 0 | 10111 | 1010 | 10010 | 101000111 | 100001 | 1001000 |
Color Harmonies of #D0A1BB
Complementary color
Monochromatic Colors of #D0A1BB
Black with #D0A1BB
Text Example
Text Example
White with #D0A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1BB; }
p { color: rgb(208,161,187); }
H1.HeaderClassName
{
color: #D0A1BB;
}
.AnyTagClassName
{
color: #D0A1BB;
}
</style>
background-color css
<style>
a { background-color: #D0A1BB; }
a { background-color: rgb(208,161,187); }
div.DivClassName
{
background-color: #D0A1BB;
}
.BgClassName
{
background-color: #D0A1BB;
}
</style>
border-color css
<style>
span { border-color: #D0A1BB; }
span { border-color: rgb(208,161,187); }
td.TdClassName
{
border-color: #D0A1BB;
}
.TagClassName
{
border-color: #D0A1BB;
}
</style>