Shades of Lily #D09FBA
Tints of Lily #D09FBA
RGB
CMYK
RGB Variations
Color information
#D09FBA (or 0xD09FBA) is known color: Lily. HEX triplet: D0, 9F and BA. RGB value is (208,159,186). Sum of RGB (Red+Green+Blue) = 208+159+186=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FBA is #2F6045. Grayscale: #B0B0B0. Windows color (decimal): -3104838 or 12230608. OLE color: 12230608.
HSL color Cylindrical-coordinate representation of color #D09FBA: hue angle of 326.94º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FBA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 186 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.18 |
| HSL | 326.94º | 0.34% | 0.72% | - |
| HSV(B) | 326.94º | 0.24% | 0.82% | - |
| XYZ | 47.27 | 41.75 | 52.02 | - |
| YUV | 176.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 186 | 0 | 0.24 | 0.11 | 0.18 | 326.94 | 0.34 | 0.72 |
| Hex | D0 | 9F | BA | 0 | 18 | B | 12 | 147 | 22 | 48 |
| Octal | 320 | 237 | 272 | 0 | 30 | 13 | 22 | 507 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10111010 | 0 | 11000 | 1011 | 10010 | 101000111 | 100010 | 1001000 |
Color Harmonies of #D09FBA
Complementary color
Monochromatic Colors of #D09FBA
Black with #D09FBA
Text Example
Text Example
White with #D09FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FBA; }
p { color: rgb(208,159,186); }
H1.HeaderClassName
{
color: #D09FBA;
}
.AnyTagClassName
{
color: #D09FBA;
}
</style>
background-color css
<style>
a { background-color: #D09FBA; }
a { background-color: rgb(208,159,186); }
div.DivClassName
{
background-color: #D09FBA;
}
.BgClassName
{
background-color: #D09FBA;
}
</style>
border-color css
<style>
span { border-color: #D09FBA; }
span { border-color: rgb(208,159,186); }
td.TdClassName
{
border-color: #D09FBA;
}
.TagClassName
{
border-color: #D09FBA;
}
</style>