Shades of Lily #D29EBA
Tints of Lily #D29EBA
RGB
CMYK
RGB Variations
Color information
#D29EBA (or 0xD29EBA) is known color: Lily. HEX triplet: D2, 9E and BA. RGB value is (210,158,186). Sum of RGB (Red+Green+Blue) = 210+158+186=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EBA is #2D6145. Grayscale: #B0B0B0. Windows color (decimal): -2974022 or 12230354. OLE color: 12230354.
HSL color Cylindrical-coordinate representation of color #D29EBA: hue angle of 327.69º 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 #D29EBA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 186 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 327.69º | 0.37% | 0.72% | - |
| HSV(B) | 327.69º | 0.25% | 0.82% | - |
| XYZ | 47.67 | 41.7 | 51.99 | - |
| YUV | 176.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 186 | 0 | 0.25 | 0.11 | 0.18 | 327.69 | 0.37 | 0.72 |
| Hex | D2 | 9E | BA | 0 | 19 | B | 12 | 148 | 25 | 48 |
| Octal | 322 | 236 | 272 | 0 | 31 | 13 | 22 | 510 | 45 | 110 |
| Binary | 11010010 | 10011110 | 10111010 | 0 | 11001 | 1011 | 10010 | 101001000 | 100101 | 1001000 |
Color Harmonies of #D29EBA
Complementary color
Monochromatic Colors of #D29EBA
Black with #D29EBA
Text Example
Text Example
White with #D29EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EBA; }
p { color: rgb(210,158,186); }
H1.HeaderClassName
{
color: #D29EBA;
}
.AnyTagClassName
{
color: #D29EBA;
}
</style>
background-color css
<style>
a { background-color: #D29EBA; }
a { background-color: rgb(210,158,186); }
div.DivClassName
{
background-color: #D29EBA;
}
.BgClassName
{
background-color: #D29EBA;
}
</style>
border-color css
<style>
span { border-color: #D29EBA; }
span { border-color: rgb(210,158,186); }
td.TdClassName
{
border-color: #D29EBA;
}
.TagClassName
{
border-color: #D29EBA;
}
</style>