Shades of Lily #D09FB6
Tints of Lily #D09FB6
RGB
CMYK
RGB Variations
Color information
#D09FB6 (or 0xD09FB6) is known color: Lily. HEX triplet: D0, 9F and B6. RGB value is (208,159,182). Sum of RGB (Red+Green+Blue) = 208+159+182=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FB6 is #2F6049. Grayscale: #B0B0B0. Windows color (decimal): -3104842 or 11968464. OLE color: 11968464.
HSL color Cylindrical-coordinate representation of color #D09FB6: hue angle of 331.84º 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 #D09FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 182 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.18 |
| HSL | 331.84º | 0.34% | 0.72% | - |
| HSV(B) | 331.84º | 0.24% | 0.82% | - |
| XYZ | 46.85 | 41.58 | 49.81 | - |
| YUV | 176.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 182 | 0 | 0.24 | 0.12 | 0.18 | 331.84 | 0.34 | 0.72 |
| Hex | D0 | 9F | B6 | 0 | 18 | C | 12 | 14C | 22 | 48 |
| Octal | 320 | 237 | 266 | 0 | 30 | 14 | 22 | 514 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10110110 | 0 | 11000 | 1100 | 10010 | 101001100 | 100010 | 1001000 |
Color Harmonies of #D09FB6
Complementary color
Monochromatic Colors of #D09FB6
Black with #D09FB6
Text Example
Text Example
White with #D09FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FB6; }
p { color: rgb(208,159,182); }
H1.HeaderClassName
{
color: #D09FB6;
}
.AnyTagClassName
{
color: #D09FB6;
}
</style>
background-color css
<style>
a { background-color: #D09FB6; }
a { background-color: rgb(208,159,182); }
div.DivClassName
{
background-color: #D09FB6;
}
.BgClassName
{
background-color: #D09FB6;
}
</style>
border-color css
<style>
span { border-color: #D09FB6; }
span { border-color: rgb(208,159,182); }
td.TdClassName
{
border-color: #D09FB6;
}
.TagClassName
{
border-color: #D09FB6;
}
</style>