Shades of Lily #D29CBC
Tints of Lily #D29CBC
RGB
CMYK
RGB Variations
Color information
#D29CBC (or 0xD29CBC) is known color: Lily. HEX triplet: D2, 9C and BC. RGB value is (210,156,188). Sum of RGB (Red+Green+Blue) = 210+156+188=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBC is #2D6343. Grayscale: #AFAFAF. Windows color (decimal): -2974532 or 12360914. OLE color: 12360914.
HSL color Cylindrical-coordinate representation of color #D29CBC: hue angle of 324.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29CBC is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 188 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 324.44º | 0.38% | 0.72% | - |
| HSV(B) | 324.44º | 0.26% | 0.82% | - |
| XYZ | 47.54 | 41.11 | 53.01 | - |
| YUV | 175.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 188 | 0 | 0.26 | 0.10 | 0.18 | 324.44 | 0.38 | 0.72 |
| Hex | D2 | 9C | BC | 0 | 1A | A | 12 | 144 | 26 | 48 |
| Octal | 322 | 234 | 274 | 0 | 32 | 12 | 22 | 504 | 46 | 110 |
| Binary | 11010010 | 10011100 | 10111100 | 0 | 11010 | 1010 | 10010 | 101000100 | 100110 | 1001000 |
Color Harmonies of #D29CBC
Complementary color
Monochromatic Colors of #D29CBC
Black with #D29CBC
Text Example
Text Example
White with #D29CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CBC; }
p { color: rgb(210,156,188); }
H1.HeaderClassName
{
color: #D29CBC;
}
.AnyTagClassName
{
color: #D29CBC;
}
</style>
background-color css
<style>
a { background-color: #D29CBC; }
a { background-color: rgb(210,156,188); }
div.DivClassName
{
background-color: #D29CBC;
}
.BgClassName
{
background-color: #D29CBC;
}
</style>
border-color css
<style>
span { border-color: #D29CBC; }
span { border-color: rgb(210,156,188); }
td.TdClassName
{
border-color: #D29CBC;
}
.TagClassName
{
border-color: #D29CBC;
}
</style>