Shades of Lilac #D29FCD
Tints of Lilac #D29FCD
RGB
CMYK
RGB Variations
Color information
#D29FCD (or 0xD29FCD) is known color: Lilac. HEX triplet: D2, 9F and CD. RGB value is (210,159,205). Sum of RGB (Red+Green+Blue) = 210+159+205=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FCD is #2D6032. Grayscale: #B3B3B3. Windows color (decimal): -2973747 or 13475794. OLE color: 13475794.
HSL color Cylindrical-coordinate representation of color #D29FCD: hue angle of 305.88º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FCD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 205 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.18 |
| HSL | 305.88º | 0.36% | 0.72% | - |
| HSV(B) | 305.88º | 0.24% | 0.82% | - |
| XYZ | 50 | 42.91 | 63.4 | - |
| YUV | 179.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 205 | 0 | 0.24 | 0.02 | 0.18 | 305.88 | 0.36 | 0.72 |
| Hex | D2 | 9F | CD | 0 | 18 | 2 | 12 | 132 | 24 | 48 |
| Octal | 322 | 237 | 315 | 0 | 30 | 2 | 22 | 462 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11001101 | 0 | 11000 | 10 | 10010 | 100110010 | 100100 | 1001000 |
Color Harmonies of #D29FCD
Complementary color
Monochromatic Colors of #D29FCD
Black with #D29FCD
Text Example
Text Example
White with #D29FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FCD; }
p { color: rgb(210,159,205); }
H1.HeaderClassName
{
color: #D29FCD;
}
.AnyTagClassName
{
color: #D29FCD;
}
</style>
background-color css
<style>
a { background-color: #D29FCD; }
a { background-color: rgb(210,159,205); }
div.DivClassName
{
background-color: #D29FCD;
}
.BgClassName
{
background-color: #D29FCD;
}
</style>
border-color css
<style>
span { border-color: #D29FCD; }
span { border-color: rgb(210,159,205); }
td.TdClassName
{
border-color: #D29FCD;
}
.TagClassName
{
border-color: #D29FCD;
}
</style>