Shades of Lilac #D29CCC
Tints of Lilac #D29CCC
RGB
CMYK
RGB Variations
Color information
#D29CCC (or 0xD29CCC) is known color: Lilac. HEX triplet: D2, 9C and CC. RGB value is (210,156,204). Sum of RGB (Red+Green+Blue) = 210+156+204=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CCC is #2D6333. Grayscale: #B1B1B1. Windows color (decimal): -2974516 or 13409490. OLE color: 13409490.
HSL color Cylindrical-coordinate representation of color #D29CCC: hue angle of 306.67º 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 #D29CCC is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 204 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.18 |
| HSL | 306.67º | 0.38% | 0.72% | - |
| HSV(B) | 306.67º | 0.26% | 0.82% | - |
| XYZ | 49.37 | 41.84 | 62.6 | - |
| YUV | 177.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 204 | 0 | 0.26 | 0.03 | 0.18 | 306.67 | 0.38 | 0.72 |
| Hex | D2 | 9C | CC | 0 | 1A | 3 | 12 | 133 | 26 | 48 |
| Octal | 322 | 234 | 314 | 0 | 32 | 3 | 22 | 463 | 46 | 110 |
| Binary | 11010010 | 10011100 | 11001100 | 0 | 11010 | 11 | 10010 | 100110011 | 100110 | 1001000 |
Color Harmonies of #D29CCC
Complementary color
Monochromatic Colors of #D29CCC
Black with #D29CCC
Text Example
Text Example
White with #D29CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CCC; }
p { color: rgb(210,156,204); }
H1.HeaderClassName
{
color: #D29CCC;
}
.AnyTagClassName
{
color: #D29CCC;
}
</style>
background-color css
<style>
a { background-color: #D29CCC; }
a { background-color: rgb(210,156,204); }
div.DivClassName
{
background-color: #D29CCC;
}
.BgClassName
{
background-color: #D29CCC;
}
</style>
border-color css
<style>
span { border-color: #D29CCC; }
span { border-color: rgb(210,156,204); }
td.TdClassName
{
border-color: #D29CCC;
}
.TagClassName
{
border-color: #D29CCC;
}
</style>