Shades of Lilac #D29ACD
Tints of Lilac #D29ACD
RGB
CMYK
RGB Variations
Color information
#D29ACD (or 0xD29ACD) is known color: Lilac. HEX triplet: D2, 9A and CD. RGB value is (210,154,205). Sum of RGB (Red+Green+Blue) = 210+154+205=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ACD is #2D6532. Grayscale: #B0B0B0. Windows color (decimal): -2975027 or 13474514. OLE color: 13474514.
HSL color Cylindrical-coordinate representation of color #D29ACD: hue angle of 305.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 #D29ACD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 205 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.18 |
| HSL | 305.36º | 0.38% | 0.71% | - |
| HSV(B) | 305.36º | 0.27% | 0.82% | - |
| XYZ | 49.15 | 41.22 | 63.12 | - |
| YUV | 176.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 205 | 0 | 0.27 | 0.02 | 0.18 | 305.36 | 0.38 | 0.71 |
| Hex | D2 | 9A | CD | 0 | 1B | 2 | 12 | 131 | 26 | 47 |
| Octal | 322 | 232 | 315 | 0 | 33 | 2 | 22 | 461 | 46 | 107 |
| Binary | 11010010 | 10011010 | 11001101 | 0 | 11011 | 10 | 10010 | 100110001 | 100110 | 1000111 |
Color Harmonies of #D29ACD
Complementary color
Monochromatic Colors of #D29ACD
Black with #D29ACD
Text Example
Text Example
White with #D29ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ACD; }
p { color: rgb(210,154,205); }
H1.HeaderClassName
{
color: #D29ACD;
}
.AnyTagClassName
{
color: #D29ACD;
}
</style>
background-color css
<style>
a { background-color: #D29ACD; }
a { background-color: rgb(210,154,205); }
div.DivClassName
{
background-color: #D29ACD;
}
.BgClassName
{
background-color: #D29ACD;
}
</style>
border-color css
<style>
span { border-color: #D29ACD; }
span { border-color: rgb(210,154,205); }
td.TdClassName
{
border-color: #D29ACD;
}
.TagClassName
{
border-color: #D29ACD;
}
</style>