Shades of Lily #D0A6B7
Tints of Lily #D0A6B7
RGB
CMYK
RGB Variations
Color information
#D0A6B7 (or 0xD0A6B7) is known color: Lily. HEX triplet: D0, A6 and B7. RGB value is (208,166,183). Sum of RGB (Red+Green+Blue) = 208+166+183=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6B7 is #2F5948. Grayscale: #B4B4B4. Windows color (decimal): -3103049 or 12035792. OLE color: 12035792.
HSL color Cylindrical-coordinate representation of color #D0A6B7: hue angle of 335.71º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6B7 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 183 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.18 |
| HSL | 335.71º | 0.31% | 0.73% | - |
| HSV(B) | 335.71º | 0.2% | 0.82% | - |
| XYZ | 48.2 | 44.1 | 50.77 | - |
| YUV | 180.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 183 | 0 | 0.20 | 0.12 | 0.18 | 335.71 | 0.31 | 0.73 |
| Hex | D0 | A6 | B7 | 0 | 14 | C | 12 | 150 | 1F | 49 |
| Octal | 320 | 246 | 267 | 0 | 24 | 14 | 22 | 520 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10110111 | 0 | 10100 | 1100 | 10010 | 101010000 | 11111 | 1001001 |
Color Harmonies of #D0A6B7
Complementary color
Monochromatic Colors of #D0A6B7
Black with #D0A6B7
Text Example
Text Example
White with #D0A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6B7; }
p { color: rgb(208,166,183); }
H1.HeaderClassName
{
color: #D0A6B7;
}
.AnyTagClassName
{
color: #D0A6B7;
}
</style>
background-color css
<style>
a { background-color: #D0A6B7; }
a { background-color: rgb(208,166,183); }
div.DivClassName
{
background-color: #D0A6B7;
}
.BgClassName
{
background-color: #D0A6B7;
}
</style>
border-color css
<style>
span { border-color: #D0A6B7; }
span { border-color: rgb(208,166,183); }
td.TdClassName
{
border-color: #D0A6B7;
}
.TagClassName
{
border-color: #D0A6B7;
}
</style>