Shades of Lily #D09CB9
Tints of Lily #D09CB9
RGB
CMYK
RGB Variations
Color information
#D09CB9 (or 0xD09CB9) is known color: Lily. HEX triplet: D0, 9C and B9. RGB value is (208,156,185). Sum of RGB (Red+Green+Blue) = 208+156+185=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CB9 is #2F6346. Grayscale: #AEAEAE. Windows color (decimal): -3105607 or 12164304. OLE color: 12164304.
HSL color Cylindrical-coordinate representation of color #D09CB9: hue angle of 326.54º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CB9 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 185 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 326.54º | 0.36% | 0.71% | - |
| HSV(B) | 326.54º | 0.25% | 0.82% | - |
| XYZ | 46.66 | 40.69 | 51.29 | - |
| YUV | 174.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 185 | 0 | 0.25 | 0.11 | 0.18 | 326.54 | 0.36 | 0.71 |
| Hex | D0 | 9C | B9 | 0 | 19 | B | 12 | 147 | 24 | 47 |
| Octal | 320 | 234 | 271 | 0 | 31 | 13 | 22 | 507 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10111001 | 0 | 11001 | 1011 | 10010 | 101000111 | 100100 | 1000111 |
Color Harmonies of #D09CB9
Complementary color
Monochromatic Colors of #D09CB9
Black with #D09CB9
Text Example
Text Example
White with #D09CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CB9; }
p { color: rgb(208,156,185); }
H1.HeaderClassName
{
color: #D09CB9;
}
.AnyTagClassName
{
color: #D09CB9;
}
</style>
background-color css
<style>
a { background-color: #D09CB9; }
a { background-color: rgb(208,156,185); }
div.DivClassName
{
background-color: #D09CB9;
}
.BgClassName
{
background-color: #D09CB9;
}
</style>
border-color css
<style>
span { border-color: #D09CB9; }
span { border-color: rgb(208,156,185); }
td.TdClassName
{
border-color: #D09CB9;
}
.TagClassName
{
border-color: #D09CB9;
}
</style>