Shades of Lily #D29FB9
Tints of Lily #D29FB9
RGB
CMYK
RGB Variations
Color information
#D29FB9 (or 0xD29FB9) is known color: Lily. HEX triplet: D2, 9F and B9. RGB value is (210,159,185). Sum of RGB (Red+Green+Blue) = 210+159+185=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FB9 is #2D6046. Grayscale: #B1B1B1. Windows color (decimal): -2973767 or 12165074. OLE color: 12165074.
HSL color Cylindrical-coordinate representation of color #D29FB9: hue angle of 329.41º 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 #D29FB9 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 185 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.18 |
| HSL | 329.41º | 0.36% | 0.72% | - |
| HSV(B) | 329.41º | 0.24% | 0.82% | - |
| XYZ | 47.73 | 42 | 51.49 | - |
| YUV | 177.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 185 | 0 | 0.24 | 0.12 | 0.18 | 329.41 | 0.36 | 0.72 |
| Hex | D2 | 9F | B9 | 0 | 18 | C | 12 | 149 | 24 | 48 |
| Octal | 322 | 237 | 271 | 0 | 30 | 14 | 22 | 511 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10111001 | 0 | 11000 | 1100 | 10010 | 101001001 | 100100 | 1001000 |
Color Harmonies of #D29FB9
Complementary color
Monochromatic Colors of #D29FB9
Black with #D29FB9
Text Example
Text Example
White with #D29FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FB9; }
p { color: rgb(210,159,185); }
H1.HeaderClassName
{
color: #D29FB9;
}
.AnyTagClassName
{
color: #D29FB9;
}
</style>
background-color css
<style>
a { background-color: #D29FB9; }
a { background-color: rgb(210,159,185); }
div.DivClassName
{
background-color: #D29FB9;
}
.BgClassName
{
background-color: #D29FB9;
}
</style>
border-color css
<style>
span { border-color: #D29FB9; }
span { border-color: rgb(210,159,185); }
td.TdClassName
{
border-color: #D29FB9;
}
.TagClassName
{
border-color: #D29FB9;
}
</style>