Shades of Lily #D29DBB
Tints of Lily #D29DBB
RGB
CMYK
RGB Variations
Color information
#D29DBB (or 0xD29DBB) is known color: Lily. HEX triplet: D2, 9D and BB. RGB value is (210,157,187). Sum of RGB (Red+Green+Blue) = 210+157+187=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DBB is #2D6244. Grayscale: #B0B0B0. Windows color (decimal): -2974277 or 12295634. OLE color: 12295634.
HSL color Cylindrical-coordinate representation of color #D29DBB: hue angle of 326.04º 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 #D29DBB is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 187 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 326.04º | 0.37% | 0.72% | - |
| HSV(B) | 326.04º | 0.25% | 0.82% | - |
| XYZ | 47.6 | 41.4 | 52.5 | - |
| YUV | 176.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 187 | 0 | 0.25 | 0.11 | 0.18 | 326.04 | 0.37 | 0.72 |
| Hex | D2 | 9D | BB | 0 | 19 | B | 12 | 146 | 25 | 48 |
| Octal | 322 | 235 | 273 | 0 | 31 | 13 | 22 | 506 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10111011 | 0 | 11001 | 1011 | 10010 | 101000110 | 100101 | 1001000 |
Color Harmonies of #D29DBB
Complementary color
Monochromatic Colors of #D29DBB
Black with #D29DBB
Text Example
Text Example
White with #D29DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DBB; }
p { color: rgb(210,157,187); }
H1.HeaderClassName
{
color: #D29DBB;
}
.AnyTagClassName
{
color: #D29DBB;
}
</style>
background-color css
<style>
a { background-color: #D29DBB; }
a { background-color: rgb(210,157,187); }
div.DivClassName
{
background-color: #D29DBB;
}
.BgClassName
{
background-color: #D29DBB;
}
</style>
border-color css
<style>
span { border-color: #D29DBB; }
span { border-color: rgb(210,157,187); }
td.TdClassName
{
border-color: #D29DBB;
}
.TagClassName
{
border-color: #D29DBB;
}
</style>