Shades of Lilac #D29CC9
Tints of Lilac #D29CC9
RGB
CMYK
RGB Variations
Color information
#D29CC9 (or 0xD29CC9) is known color: Lilac. HEX triplet: D2, 9C and C9. RGB value is (210,156,201). Sum of RGB (Red+Green+Blue) = 210+156+201=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CC9 is #2D6336. Grayscale: #B1B1B1. Windows color (decimal): -2974519 or 13212882. OLE color: 13212882.
HSL color Cylindrical-coordinate representation of color #D29CC9: hue angle of 310º 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 #D29CC9 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 201 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.18 |
| HSL | 310º | 0.38% | 0.72% | - |
| HSV(B) | 310º | 0.26% | 0.82% | - |
| XYZ | 49.01 | 41.7 | 60.72 | - |
| YUV | 177.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 201 | 0 | 0.26 | 0.04 | 0.18 | 310 | 0.38 | 0.72 |
| Hex | D2 | 9C | C9 | 0 | 1A | 4 | 12 | 136 | 26 | 48 |
| Octal | 322 | 234 | 311 | 0 | 32 | 4 | 22 | 466 | 46 | 110 |
| Binary | 11010010 | 10011100 | 11001001 | 0 | 11010 | 100 | 10010 | 100110110 | 100110 | 1001000 |
Color Harmonies of #D29CC9
Complementary color
Monochromatic Colors of #D29CC9
Black with #D29CC9
Text Example
Text Example
White with #D29CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CC9; }
p { color: rgb(210,156,201); }
H1.HeaderClassName
{
color: #D29CC9;
}
.AnyTagClassName
{
color: #D29CC9;
}
</style>
background-color css
<style>
a { background-color: #D29CC9; }
a { background-color: rgb(210,156,201); }
div.DivClassName
{
background-color: #D29CC9;
}
.BgClassName
{
background-color: #D29CC9;
}
</style>
border-color css
<style>
span { border-color: #D29CC9; }
span { border-color: rgb(210,156,201); }
td.TdClassName
{
border-color: #D29CC9;
}
.TagClassName
{
border-color: #D29CC9;
}
</style>