Shades of Lily #D19BBD
Tints of Lily #D19BBD
RGB
CMYK
RGB Variations
Color information
#D19BBD (or 0xD19BBD) is known color: Lily. HEX triplet: D1, 9B and BD. RGB value is (209,155,189). Sum of RGB (Red+Green+Blue) = 209+155+189=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BBD is #2E6442. Grayscale: #AEAEAE. Windows color (decimal): -3040323 or 12426193. OLE color: 12426193.
HSL color Cylindrical-coordinate representation of color #D19BBD: hue angle of 322.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BBD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 189 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 322.22º | 0.37% | 0.71% | - |
| HSV(B) | 322.22º | 0.26% | 0.82% | - |
| XYZ | 47.2 | 40.67 | 53.51 | - |
| YUV | 175.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 189 | 0 | 0.26 | 0.10 | 0.18 | 322.22 | 0.37 | 0.71 |
| Hex | D1 | 9B | BD | 0 | 1A | A | 12 | 142 | 25 | 47 |
| Octal | 321 | 233 | 275 | 0 | 32 | 12 | 22 | 502 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10111101 | 0 | 11010 | 1010 | 10010 | 101000010 | 100101 | 1000111 |
Color Harmonies of #D19BBD
Complementary color
Monochromatic Colors of #D19BBD
Black with #D19BBD
Text Example
Text Example
White with #D19BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BBD; }
p { color: rgb(209,155,189); }
H1.HeaderClassName
{
color: #D19BBD;
}
.AnyTagClassName
{
color: #D19BBD;
}
</style>
background-color css
<style>
a { background-color: #D19BBD; }
a { background-color: rgb(209,155,189); }
div.DivClassName
{
background-color: #D19BBD;
}
.BgClassName
{
background-color: #D19BBD;
}
</style>
border-color css
<style>
span { border-color: #D19BBD; }
span { border-color: rgb(209,155,189); }
td.TdClassName
{
border-color: #D19BBD;
}
.TagClassName
{
border-color: #D19BBD;
}
</style>