Shades of Lily #D29ABF
Tints of Lily #D29ABF
RGB
CMYK
RGB Variations
Color information
#D29ABF (or 0xD29ABF) is known color: Lily. HEX triplet: D2, 9A and BF. RGB value is (210,154,191). Sum of RGB (Red+Green+Blue) = 210+154+191=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ABF is #2D6540. Grayscale: #AEAEAE. Windows color (decimal): -2975041 or 12557010. OLE color: 12557010.
HSL color Cylindrical-coordinate representation of color #D29ABF: hue angle of 320.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ABF is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 191 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.18 |
| HSL | 320.36º | 0.38% | 0.71% | - |
| HSV(B) | 320.36º | 0.27% | 0.82% | - |
| XYZ | 47.54 | 40.57 | 54.62 | - |
| YUV | 174.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 191 | 0 | 0.27 | 0.09 | 0.18 | 320.36 | 0.38 | 0.71 |
| Hex | D2 | 9A | BF | 0 | 1B | 9 | 12 | 140 | 26 | 47 |
| Octal | 322 | 232 | 277 | 0 | 33 | 11 | 22 | 500 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10111111 | 0 | 11011 | 1001 | 10010 | 101000000 | 100110 | 1000111 |
Color Harmonies of #D29ABF
Complementary color
Monochromatic Colors of #D29ABF
Black with #D29ABF
Text Example
Text Example
White with #D29ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ABF; }
p { color: rgb(210,154,191); }
H1.HeaderClassName
{
color: #D29ABF;
}
.AnyTagClassName
{
color: #D29ABF;
}
</style>
background-color css
<style>
a { background-color: #D29ABF; }
a { background-color: rgb(210,154,191); }
div.DivClassName
{
background-color: #D29ABF;
}
.BgClassName
{
background-color: #D29ABF;
}
</style>
border-color css
<style>
span { border-color: #D29ABF; }
span { border-color: rgb(210,154,191); }
td.TdClassName
{
border-color: #D29ABF;
}
.TagClassName
{
border-color: #D29ABF;
}
</style>