Shades of Lily #D39EBC
Tints of Lily #D39EBC
RGB
CMYK
RGB Variations
Color information
#D39EBC (or 0xD39EBC) is known color: Lily. HEX triplet: D3, 9E and BC. RGB value is (211,158,188). Sum of RGB (Red+Green+Blue) = 211+158+188=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D39EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EBC is #2C6143. Grayscale: #B1B1B1. Windows color (decimal): -2908484 or 12361427. OLE color: 12361427.
HSL color Cylindrical-coordinate representation of color #D39EBC: hue angle of 326.04º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39EBC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 158 | 188 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.17 |
| HSL | 326.04º | 0.38% | 0.72% | - |
| HSV(B) | 326.04º | 0.25% | 0.83% | - |
| XYZ | 48.17 | 41.93 | 53.13 | - |
| YUV | 177.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 188 | 0 | 0.25 | 0.11 | 0.17 | 326.04 | 0.38 | 0.72 |
| Hex | D3 | 9E | BC | 0 | 19 | B | 11 | 146 | 26 | 48 |
| Octal | 323 | 236 | 274 | 0 | 31 | 13 | 21 | 506 | 46 | 110 |
| Binary | 11010011 | 10011110 | 10111100 | 0 | 11001 | 1011 | 10001 | 101000110 | 100110 | 1001000 |
Color Harmonies of #D39EBC
Complementary color
Monochromatic Colors of #D39EBC
Black with #D39EBC
Text Example
Text Example
White with #D39EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EBC; }
p { color: rgb(211,158,188); }
H1.HeaderClassName
{
color: #D39EBC;
}
.AnyTagClassName
{
color: #D39EBC;
}
</style>
background-color css
<style>
a { background-color: #D39EBC; }
a { background-color: rgb(211,158,188); }
div.DivClassName
{
background-color: #D39EBC;
}
.BgClassName
{
background-color: #D39EBC;
}
</style>
border-color css
<style>
span { border-color: #D39EBC; }
span { border-color: rgb(211,158,188); }
td.TdClassName
{
border-color: #D39EBC;
}
.TagClassName
{
border-color: #D39EBC;
}
</style>