Shades of Lily #D09FB8
Tints of Lily #D09FB8
RGB
CMYK
RGB Variations
Color information
#D09FB8 (or 0xD09FB8) is known color: Lily. HEX triplet: D0, 9F and B8. RGB value is (208,159,184). Sum of RGB (Red+Green+Blue) = 208+159+184=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FB8 is #2F6047. Grayscale: #B0B0B0. Windows color (decimal): -3104840 or 12099536. OLE color: 12099536.
HSL color Cylindrical-coordinate representation of color #D09FB8: hue angle of 329.39º 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 #D09FB8 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 184 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.18 |
| HSL | 329.39º | 0.34% | 0.72% | - |
| HSV(B) | 329.39º | 0.24% | 0.82% | - |
| XYZ | 47.06 | 41.67 | 50.91 | - |
| YUV | 176.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 184 | 0 | 0.24 | 0.12 | 0.18 | 329.39 | 0.34 | 0.72 |
| Hex | D0 | 9F | B8 | 0 | 18 | C | 12 | 149 | 22 | 48 |
| Octal | 320 | 237 | 270 | 0 | 30 | 14 | 22 | 511 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10111000 | 0 | 11000 | 1100 | 10010 | 101001001 | 100010 | 1001000 |
Color Harmonies of #D09FB8
Complementary color
Monochromatic Colors of #D09FB8
Black with #D09FB8
Text Example
Text Example
White with #D09FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FB8; }
p { color: rgb(208,159,184); }
H1.HeaderClassName
{
color: #D09FB8;
}
.AnyTagClassName
{
color: #D09FB8;
}
</style>
background-color css
<style>
a { background-color: #D09FB8; }
a { background-color: rgb(208,159,184); }
div.DivClassName
{
background-color: #D09FB8;
}
.BgClassName
{
background-color: #D09FB8;
}
</style>
border-color css
<style>
span { border-color: #D09FB8; }
span { border-color: rgb(208,159,184); }
td.TdClassName
{
border-color: #D09FB8;
}
.TagClassName
{
border-color: #D09FB8;
}
</style>