Shades of Lily #D29FB6
Tints of Lily #D29FB6
RGB
CMYK
RGB Variations
Color information
#D29FB6 (or 0xD29FB6) is known color: Lily. HEX triplet: D2, 9F and B6. RGB value is (210,159,182). Sum of RGB (Red+Green+Blue) = 210+159+182=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FB6 is #2D6049. Grayscale: #B0B0B0. Windows color (decimal): -2973770 or 11968466. OLE color: 11968466.
HSL color Cylindrical-coordinate representation of color #D29FB6: hue angle of 332.94º 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 #D29FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 182 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.18 |
| HSL | 332.94º | 0.36% | 0.72% | - |
| HSV(B) | 332.94º | 0.24% | 0.82% | - |
| XYZ | 47.42 | 41.88 | 49.84 | - |
| YUV | 176.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 182 | 0 | 0.24 | 0.13 | 0.18 | 332.94 | 0.36 | 0.72 |
| Hex | D2 | 9F | B6 | 0 | 18 | D | 12 | 14D | 24 | 48 |
| Octal | 322 | 237 | 266 | 0 | 30 | 15 | 22 | 515 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10110110 | 0 | 11000 | 1101 | 10010 | 101001101 | 100100 | 1001000 |
Color Harmonies of #D29FB6
Complementary color
Monochromatic Colors of #D29FB6
Black with #D29FB6
Text Example
Text Example
White with #D29FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FB6; }
p { color: rgb(210,159,182); }
H1.HeaderClassName
{
color: #D29FB6;
}
.AnyTagClassName
{
color: #D29FB6;
}
</style>
background-color css
<style>
a { background-color: #D29FB6; }
a { background-color: rgb(210,159,182); }
div.DivClassName
{
background-color: #D29FB6;
}
.BgClassName
{
background-color: #D29FB6;
}
</style>
border-color css
<style>
span { border-color: #D29FB6; }
span { border-color: rgb(210,159,182); }
td.TdClassName
{
border-color: #D29FB6;
}
.TagClassName
{
border-color: #D29FB6;
}
</style>