Shades of Lily #D19CBD
Tints of Lily #D19CBD
RGB
CMYK
RGB Variations
Color information
#D19CBD (or 0xD19CBD) is known color: Lily. HEX triplet: D1, 9C and BD. RGB value is (209,156,189). Sum of RGB (Red+Green+Blue) = 209+156+189=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CBD is #2E6342. Grayscale: #AFAFAF. Windows color (decimal): -3040067 or 12426449. OLE color: 12426449.
HSL color Cylindrical-coordinate representation of color #D19CBD: hue angle of 322.64º 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 #D19CBD is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 189 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.18 |
| HSL | 322.64º | 0.37% | 0.72% | - |
| HSV(B) | 322.64º | 0.25% | 0.82% | - |
| XYZ | 47.37 | 41.01 | 53.56 | - |
| YUV | 175.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 189 | 0 | 0.25 | 0.10 | 0.18 | 322.64 | 0.37 | 0.72 |
| Hex | D1 | 9C | BD | 0 | 19 | A | 12 | 143 | 25 | 48 |
| Octal | 321 | 234 | 275 | 0 | 31 | 12 | 22 | 503 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10111101 | 0 | 11001 | 1010 | 10010 | 101000011 | 100101 | 1001000 |
Color Harmonies of #D19CBD
Complementary color
Monochromatic Colors of #D19CBD
Black with #D19CBD
Text Example
Text Example
White with #D19CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CBD; }
p { color: rgb(209,156,189); }
H1.HeaderClassName
{
color: #D19CBD;
}
.AnyTagClassName
{
color: #D19CBD;
}
</style>
background-color css
<style>
a { background-color: #D19CBD; }
a { background-color: rgb(209,156,189); }
div.DivClassName
{
background-color: #D19CBD;
}
.BgClassName
{
background-color: #D19CBD;
}
</style>
border-color css
<style>
span { border-color: #D19CBD; }
span { border-color: rgb(209,156,189); }
td.TdClassName
{
border-color: #D19CBD;
}
.TagClassName
{
border-color: #D19CBD;
}
</style>