Shades of Lily #D29EBC
Tints of Lily #D29EBC
RGB
CMYK
RGB Variations
Color information
#D29EBC (or 0xD29EBC) is known color: Lily. HEX triplet: D2, 9E and BC. RGB value is (210,158,188). Sum of RGB (Red+Green+Blue) = 210+158+188=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EBC is #2D6143. Grayscale: #B0B0B0. Windows color (decimal): -2974020 or 12361426. OLE color: 12361426.
HSL color Cylindrical-coordinate representation of color #D29EBC: hue angle of 325.38º 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 #D29EBC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 188 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.18 |
| HSL | 325.38º | 0.37% | 0.72% | - |
| HSV(B) | 325.38º | 0.25% | 0.82% | - |
| XYZ | 47.88 | 41.79 | 53.12 | - |
| YUV | 176.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 188 | 0 | 0.25 | 0.10 | 0.18 | 325.38 | 0.37 | 0.72 |
| Hex | D2 | 9E | BC | 0 | 19 | A | 12 | 145 | 25 | 48 |
| Octal | 322 | 236 | 274 | 0 | 31 | 12 | 22 | 505 | 45 | 110 |
| Binary | 11010010 | 10011110 | 10111100 | 0 | 11001 | 1010 | 10010 | 101000101 | 100101 | 1001000 |
Color Harmonies of #D29EBC
Complementary color
Monochromatic Colors of #D29EBC
Black with #D29EBC
Text Example
Text Example
White with #D29EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EBC; }
p { color: rgb(210,158,188); }
H1.HeaderClassName
{
color: #D29EBC;
}
.AnyTagClassName
{
color: #D29EBC;
}
</style>
background-color css
<style>
a { background-color: #D29EBC; }
a { background-color: rgb(210,158,188); }
div.DivClassName
{
background-color: #D29EBC;
}
.BgClassName
{
background-color: #D29EBC;
}
</style>
border-color css
<style>
span { border-color: #D29EBC; }
span { border-color: rgb(210,158,188); }
td.TdClassName
{
border-color: #D29EBC;
}
.TagClassName
{
border-color: #D29EBC;
}
</style>