Shades of Lily #D19CBA
Tints of Lily #D19CBA
RGB
CMYK
RGB Variations
Color information
#D19CBA (or 0xD19CBA) is known color: Lily. HEX triplet: D1, 9C and BA. RGB value is (209,156,186). Sum of RGB (Red+Green+Blue) = 209+156+186=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CBA is #2E6345. Grayscale: #AFAFAF. Windows color (decimal): -3040070 or 12229841. OLE color: 12229841.
HSL color Cylindrical-coordinate representation of color #D19CBA: hue angle of 326.04º 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 #D19CBA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 186 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 326.04º | 0.37% | 0.72% | - |
| HSV(B) | 326.04º | 0.25% | 0.82% | - |
| XYZ | 47.05 | 40.88 | 51.86 | - |
| YUV | 175.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 186 | 0 | 0.25 | 0.11 | 0.18 | 326.04 | 0.37 | 0.72 |
| Hex | D1 | 9C | BA | 0 | 19 | B | 12 | 146 | 25 | 48 |
| Octal | 321 | 234 | 272 | 0 | 31 | 13 | 22 | 506 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10111010 | 0 | 11001 | 1011 | 10010 | 101000110 | 100101 | 1001000 |
Color Harmonies of #D19CBA
Complementary color
Monochromatic Colors of #D19CBA
Black with #D19CBA
Text Example
Text Example
White with #D19CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CBA; }
p { color: rgb(209,156,186); }
H1.HeaderClassName
{
color: #D19CBA;
}
.AnyTagClassName
{
color: #D19CBA;
}
</style>
background-color css
<style>
a { background-color: #D19CBA; }
a { background-color: rgb(209,156,186); }
div.DivClassName
{
background-color: #D19CBA;
}
.BgClassName
{
background-color: #D19CBA;
}
</style>
border-color css
<style>
span { border-color: #D19CBA; }
span { border-color: rgb(209,156,186); }
td.TdClassName
{
border-color: #D19CBA;
}
.TagClassName
{
border-color: #D19CBA;
}
</style>