Shades of Lily #D29FBA
Tints of Lily #D29FBA
RGB
CMYK
RGB Variations
Color information
#D29FBA (or 0xD29FBA) is known color: Lily. HEX triplet: D2, 9F and BA. RGB value is (210,159,186). Sum of RGB (Red+Green+Blue) = 210+159+186=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FBA is #2D6045. Grayscale: #B1B1B1. Windows color (decimal): -2973766 or 12230610. OLE color: 12230610.
HSL color Cylindrical-coordinate representation of color #D29FBA: hue angle of 328.24º 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 #D29FBA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 186 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.18 |
| HSL | 328.24º | 0.36% | 0.72% | - |
| HSV(B) | 328.24º | 0.24% | 0.82% | - |
| XYZ | 47.84 | 42.04 | 52.05 | - |
| YUV | 177.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 186 | 0 | 0.24 | 0.11 | 0.18 | 328.24 | 0.36 | 0.72 |
| Hex | D2 | 9F | BA | 0 | 18 | B | 12 | 148 | 24 | 48 |
| Octal | 322 | 237 | 272 | 0 | 30 | 13 | 22 | 510 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10111010 | 0 | 11000 | 1011 | 10010 | 101001000 | 100100 | 1001000 |
Color Harmonies of #D29FBA
Complementary color
Monochromatic Colors of #D29FBA
Black with #D29FBA
Text Example
Text Example
White with #D29FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FBA; }
p { color: rgb(210,159,186); }
H1.HeaderClassName
{
color: #D29FBA;
}
.AnyTagClassName
{
color: #D29FBA;
}
</style>
background-color css
<style>
a { background-color: #D29FBA; }
a { background-color: rgb(210,159,186); }
div.DivClassName
{
background-color: #D29FBA;
}
.BgClassName
{
background-color: #D29FBA;
}
</style>
border-color css
<style>
span { border-color: #D29FBA; }
span { border-color: rgb(210,159,186); }
td.TdClassName
{
border-color: #D29FBA;
}
.TagClassName
{
border-color: #D29FBA;
}
</style>