Shades of Lily #D29DBE
Tints of Lily #D29DBE
RGB
CMYK
RGB Variations
Color information
#D29DBE (or 0xD29DBE) is known color: Lily. HEX triplet: D2, 9D and BE. RGB value is (210,157,190). Sum of RGB (Red+Green+Blue) = 210+157+190=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DBE is #2D6241. Grayscale: #B0B0B0. Windows color (decimal): -2974274 or 12492242. OLE color: 12492242.
HSL color Cylindrical-coordinate representation of color #D29DBE: hue angle of 322.64º 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 #D29DBE is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 190 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.18 |
| HSL | 322.64º | 0.37% | 0.72% | - |
| HSV(B) | 322.64º | 0.25% | 0.82% | - |
| XYZ | 47.93 | 41.53 | 54.21 | - |
| YUV | 176.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 190 | 0 | 0.25 | 0.10 | 0.18 | 322.64 | 0.37 | 0.72 |
| Hex | D2 | 9D | BE | 0 | 19 | A | 12 | 143 | 25 | 48 |
| Octal | 322 | 235 | 276 | 0 | 31 | 12 | 22 | 503 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10111110 | 0 | 11001 | 1010 | 10010 | 101000011 | 100101 | 1001000 |
Color Harmonies of #D29DBE
Complementary color
Monochromatic Colors of #D29DBE
Black with #D29DBE
Text Example
Text Example
White with #D29DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DBE; }
p { color: rgb(210,157,190); }
H1.HeaderClassName
{
color: #D29DBE;
}
.AnyTagClassName
{
color: #D29DBE;
}
</style>
background-color css
<style>
a { background-color: #D29DBE; }
a { background-color: rgb(210,157,190); }
div.DivClassName
{
background-color: #D29DBE;
}
.BgClassName
{
background-color: #D29DBE;
}
</style>
border-color css
<style>
span { border-color: #D29DBE; }
span { border-color: rgb(210,157,190); }
td.TdClassName
{
border-color: #D29DBE;
}
.TagClassName
{
border-color: #D29DBE;
}
</style>