Shades of Lily #D19CB9
Tints of Lily #D19CB9
RGB
CMYK
RGB Variations
Color information
#D19CB9 (or 0xD19CB9) is known color: Lily. HEX triplet: D1, 9C and B9. RGB value is (209,156,185). Sum of RGB (Red+Green+Blue) = 209+156+185=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CB9 is #2E6346. Grayscale: #AFAFAF. Windows color (decimal): -3040071 or 12164305. OLE color: 12164305.
HSL color Cylindrical-coordinate representation of color #D19CB9: hue angle of 327.17º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CB9 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 185 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 327.17º | 0.37% | 0.72% | - |
| HSV(B) | 327.17º | 0.25% | 0.82% | - |
| XYZ | 46.94 | 40.84 | 51.31 | - |
| YUV | 175.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 185 | 0 | 0.25 | 0.11 | 0.18 | 327.17 | 0.37 | 0.72 |
| Hex | D1 | 9C | B9 | 0 | 19 | B | 12 | 147 | 25 | 48 |
| Octal | 321 | 234 | 271 | 0 | 31 | 13 | 22 | 507 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10111001 | 0 | 11001 | 1011 | 10010 | 101000111 | 100101 | 1001000 |
Color Harmonies of #D19CB9
Complementary color
Monochromatic Colors of #D19CB9
Black with #D19CB9
Text Example
Text Example
White with #D19CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CB9; }
p { color: rgb(209,156,185); }
H1.HeaderClassName
{
color: #D19CB9;
}
.AnyTagClassName
{
color: #D19CB9;
}
</style>
background-color css
<style>
a { background-color: #D19CB9; }
a { background-color: rgb(209,156,185); }
div.DivClassName
{
background-color: #D19CB9;
}
.BgClassName
{
background-color: #D19CB9;
}
</style>
border-color css
<style>
span { border-color: #D19CB9; }
span { border-color: rgb(209,156,185); }
td.TdClassName
{
border-color: #D19CB9;
}
.TagClassName
{
border-color: #D19CB9;
}
</style>