Shades of Lily #D09CBF
Tints of Lily #D09CBF
RGB
CMYK
RGB Variations
Color information
#D09CBF (or 0xD09CBF) is known color: Lily. HEX triplet: D0, 9C and BF. RGB value is (208,156,191). Sum of RGB (Red+Green+Blue) = 208+156+191=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CBF is #2F6340. Grayscale: #AFAFAF. Windows color (decimal): -3105601 or 12557520. OLE color: 12557520.
HSL color Cylindrical-coordinate representation of color #D09CBF: hue angle of 319.62º 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 #D09CBF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 191 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.18 |
| HSL | 319.62º | 0.36% | 0.71% | - |
| HSV(B) | 319.62º | 0.25% | 0.82% | - |
| XYZ | 47.3 | 40.95 | 54.7 | - |
| YUV | 175.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 191 | 0 | 0.25 | 0.08 | 0.18 | 319.62 | 0.36 | 0.71 |
| Hex | D0 | 9C | BF | 0 | 19 | 8 | 12 | 140 | 24 | 47 |
| Octal | 320 | 234 | 277 | 0 | 31 | 10 | 22 | 500 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10111111 | 0 | 11001 | 1000 | 10010 | 101000000 | 100100 | 1000111 |
Color Harmonies of #D09CBF
Complementary color
Monochromatic Colors of #D09CBF
Black with #D09CBF
Text Example
Text Example
White with #D09CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CBF; }
p { color: rgb(208,156,191); }
H1.HeaderClassName
{
color: #D09CBF;
}
.AnyTagClassName
{
color: #D09CBF;
}
</style>
background-color css
<style>
a { background-color: #D09CBF; }
a { background-color: rgb(208,156,191); }
div.DivClassName
{
background-color: #D09CBF;
}
.BgClassName
{
background-color: #D09CBF;
}
</style>
border-color css
<style>
span { border-color: #D09CBF; }
span { border-color: rgb(208,156,191); }
td.TdClassName
{
border-color: #D09CBF;
}
.TagClassName
{
border-color: #D09CBF;
}
</style>