Shades of Lily #D0A1BC
Tints of Lily #D0A1BC
RGB
CMYK
RGB Variations
Color information
#D0A1BC (or 0xD0A1BC) is known color: Lily. HEX triplet: D0, A1 and BC. RGB value is (208,161,188). Sum of RGB (Red+Green+Blue) = 208+161+188=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1BC is #2F5E43. Grayscale: #B2B2B2. Windows color (decimal): -3104324 or 12362192. OLE color: 12362192.
HSL color Cylindrical-coordinate representation of color #D0A1BC: hue angle of 325.53º 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 #D0A1BC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 188 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.18 |
| HSL | 325.53º | 0.33% | 0.72% | - |
| HSV(B) | 325.53º | 0.23% | 0.82% | - |
| XYZ | 47.83 | 42.53 | 53.27 | - |
| YUV | 178.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 188 | 0 | 0.23 | 0.10 | 0.18 | 325.53 | 0.33 | 0.72 |
| Hex | D0 | A1 | BC | 0 | 17 | A | 12 | 146 | 21 | 48 |
| Octal | 320 | 241 | 274 | 0 | 27 | 12 | 22 | 506 | 41 | 110 |
| Binary | 11010000 | 10100001 | 10111100 | 0 | 10111 | 1010 | 10010 | 101000110 | 100001 | 1001000 |
Color Harmonies of #D0A1BC
Complementary color
Monochromatic Colors of #D0A1BC
Black with #D0A1BC
Text Example
Text Example
White with #D0A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1BC; }
p { color: rgb(208,161,188); }
H1.HeaderClassName
{
color: #D0A1BC;
}
.AnyTagClassName
{
color: #D0A1BC;
}
</style>
background-color css
<style>
a { background-color: #D0A1BC; }
a { background-color: rgb(208,161,188); }
div.DivClassName
{
background-color: #D0A1BC;
}
.BgClassName
{
background-color: #D0A1BC;
}
</style>
border-color css
<style>
span { border-color: #D0A1BC; }
span { border-color: rgb(208,161,188); }
td.TdClassName
{
border-color: #D0A1BC;
}
.TagClassName
{
border-color: #D0A1BC;
}
</style>