Shades of Lily #D29CB9
Tints of Lily #D29CB9
RGB
CMYK
RGB Variations
Color information
#D29CB9 (or 0xD29CB9) is known color: Lily. HEX triplet: D2, 9C and B9. RGB value is (210,156,185). Sum of RGB (Red+Green+Blue) = 210+156+185=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CB9 is #2D6346. Grayscale: #AFAFAF. Windows color (decimal): -2974535 or 12164306. OLE color: 12164306.
HSL color Cylindrical-coordinate representation of color #D29CB9: hue angle of 327.78º 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 #D29CB9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 185 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.18 |
| HSL | 327.78º | 0.38% | 0.72% | - |
| HSV(B) | 327.78º | 0.26% | 0.82% | - |
| XYZ | 47.22 | 40.98 | 51.32 | - |
| YUV | 175.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 185 | 0 | 0.26 | 0.12 | 0.18 | 327.78 | 0.38 | 0.72 |
| Hex | D2 | 9C | B9 | 0 | 1A | C | 12 | 148 | 26 | 48 |
| Octal | 322 | 234 | 271 | 0 | 32 | 14 | 22 | 510 | 46 | 110 |
| Binary | 11010010 | 10011100 | 10111001 | 0 | 11010 | 1100 | 10010 | 101001000 | 100110 | 1001000 |
Color Harmonies of #D29CB9
Complementary color
Monochromatic Colors of #D29CB9
Black with #D29CB9
Text Example
Text Example
White with #D29CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CB9; }
p { color: rgb(210,156,185); }
H1.HeaderClassName
{
color: #D29CB9;
}
.AnyTagClassName
{
color: #D29CB9;
}
</style>
background-color css
<style>
a { background-color: #D29CB9; }
a { background-color: rgb(210,156,185); }
div.DivClassName
{
background-color: #D29CB9;
}
.BgClassName
{
background-color: #D29CB9;
}
</style>
border-color css
<style>
span { border-color: #D29CB9; }
span { border-color: rgb(210,156,185); }
td.TdClassName
{
border-color: #D29CB9;
}
.TagClassName
{
border-color: #D29CB9;
}
</style>