Shades of Lily #D19EBA
Tints of Lily #D19EBA
RGB
CMYK
RGB Variations
Color information
#D19EBA (or 0xD19EBA) is known color: Lily. HEX triplet: D1, 9E and BA. RGB value is (209,158,186). Sum of RGB (Red+Green+Blue) = 209+158+186=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EBA is #2E6145. Grayscale: #B0B0B0. Windows color (decimal): -3039558 or 12230353. OLE color: 12230353.
HSL color Cylindrical-coordinate representation of color #D19EBA: hue angle of 327.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EBA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 186 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.18 |
| HSL | 327.06º | 0.36% | 0.72% | - |
| HSV(B) | 327.06º | 0.24% | 0.82% | - |
| XYZ | 47.38 | 41.55 | 51.98 | - |
| YUV | 176.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 186 | 0 | 0.24 | 0.11 | 0.18 | 327.06 | 0.36 | 0.72 |
| Hex | D1 | 9E | BA | 0 | 18 | B | 12 | 147 | 24 | 48 |
| Octal | 321 | 236 | 272 | 0 | 30 | 13 | 22 | 507 | 44 | 110 |
| Binary | 11010001 | 10011110 | 10111010 | 0 | 11000 | 1011 | 10010 | 101000111 | 100100 | 1001000 |
Color Harmonies of #D19EBA
Complementary color
Monochromatic Colors of #D19EBA
Black with #D19EBA
Text Example
Text Example
White with #D19EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EBA; }
p { color: rgb(209,158,186); }
H1.HeaderClassName
{
color: #D19EBA;
}
.AnyTagClassName
{
color: #D19EBA;
}
</style>
background-color css
<style>
a { background-color: #D19EBA; }
a { background-color: rgb(209,158,186); }
div.DivClassName
{
background-color: #D19EBA;
}
.BgClassName
{
background-color: #D19EBA;
}
</style>
border-color css
<style>
span { border-color: #D19EBA; }
span { border-color: rgb(209,158,186); }
td.TdClassName
{
border-color: #D19EBA;
}
.TagClassName
{
border-color: #D19EBA;
}
</style>