Shades of Lily #D29ABC
Tints of Lily #D29ABC
RGB
CMYK
RGB Variations
Color information
#D29ABC (or 0xD29ABC) is known color: Lily. HEX triplet: D2, 9A and BC. RGB value is (210,154,188). Sum of RGB (Red+Green+Blue) = 210+154+188=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ABC is #2D6543. Grayscale: #AEAEAE. Windows color (decimal): -2975044 or 12360402. OLE color: 12360402.
HSL color Cylindrical-coordinate representation of color #D29ABC: hue angle of 323.57º 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 #D29ABC is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 188 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.18 |
| HSL | 323.57º | 0.38% | 0.71% | - |
| HSV(B) | 323.57º | 0.27% | 0.82% | - |
| XYZ | 47.21 | 40.44 | 52.9 | - |
| YUV | 174.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 188 | 0 | 0.27 | 0.10 | 0.18 | 323.57 | 0.38 | 0.71 |
| Hex | D2 | 9A | BC | 0 | 1B | A | 12 | 144 | 26 | 47 |
| Octal | 322 | 232 | 274 | 0 | 33 | 12 | 22 | 504 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10111100 | 0 | 11011 | 1010 | 10010 | 101000100 | 100110 | 1000111 |
Color Harmonies of #D29ABC
Complementary color
Monochromatic Colors of #D29ABC
Black with #D29ABC
Text Example
Text Example
White with #D29ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ABC; }
p { color: rgb(210,154,188); }
H1.HeaderClassName
{
color: #D29ABC;
}
.AnyTagClassName
{
color: #D29ABC;
}
</style>
background-color css
<style>
a { background-color: #D29ABC; }
a { background-color: rgb(210,154,188); }
div.DivClassName
{
background-color: #D29ABC;
}
.BgClassName
{
background-color: #D29ABC;
}
</style>
border-color css
<style>
span { border-color: #D29ABC; }
span { border-color: rgb(210,154,188); }
td.TdClassName
{
border-color: #D29ABC;
}
.TagClassName
{
border-color: #D29ABC;
}
</style>