Shades of Lily #D0A0BD
Tints of Lily #D0A0BD
RGB
CMYK
RGB Variations
Color information
#D0A0BD (or 0xD0A0BD) is known color: Lily. HEX triplet: D0, A0 and BD. RGB value is (208,160,189). Sum of RGB (Red+Green+Blue) = 208+160+189=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0BD is #2F5F42. Grayscale: #B1B1B1. Windows color (decimal): -3104579 or 12427472. OLE color: 12427472.
HSL color Cylindrical-coordinate representation of color #D0A0BD: hue angle of 323.75º degrees, saturation: 0.34, 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 #D0A0BD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 189 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.18 |
| HSL | 323.75º | 0.34% | 0.72% | - |
| HSV(B) | 323.75º | 0.23% | 0.82% | - |
| XYZ | 47.77 | 42.23 | 53.78 | - |
| YUV | 177.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 189 | 0 | 0.23 | 0.09 | 0.18 | 323.75 | 0.34 | 0.72 |
| Hex | D0 | A0 | BD | 0 | 17 | 9 | 12 | 144 | 22 | 48 |
| Octal | 320 | 240 | 275 | 0 | 27 | 11 | 22 | 504 | 42 | 110 |
| Binary | 11010000 | 10100000 | 10111101 | 0 | 10111 | 1001 | 10010 | 101000100 | 100010 | 1001000 |
Color Harmonies of #D0A0BD
Complementary color
Monochromatic Colors of #D0A0BD
Black with #D0A0BD
Text Example
Text Example
White with #D0A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0BD; }
p { color: rgb(208,160,189); }
H1.HeaderClassName
{
color: #D0A0BD;
}
.AnyTagClassName
{
color: #D0A0BD;
}
</style>
background-color css
<style>
a { background-color: #D0A0BD; }
a { background-color: rgb(208,160,189); }
div.DivClassName
{
background-color: #D0A0BD;
}
.BgClassName
{
background-color: #D0A0BD;
}
</style>
border-color css
<style>
span { border-color: #D0A0BD; }
span { border-color: rgb(208,160,189); }
td.TdClassName
{
border-color: #D0A0BD;
}
.TagClassName
{
border-color: #D0A0BD;
}
</style>