Shades of Lilac #D29CCB
Tints of Lilac #D29CCB
RGB
CMYK
RGB Variations
Color information
#D29CCB (or 0xD29CCB) is known color: Lilac. HEX triplet: D2, 9C and CB. RGB value is (210,156,203). Sum of RGB (Red+Green+Blue) = 210+156+203=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CCB is #2D6334. Grayscale: #B1B1B1. Windows color (decimal): -2974517 or 13343954. OLE color: 13343954.
HSL color Cylindrical-coordinate representation of color #D29CCB: hue angle of 307.78º 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 #D29CCB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 203 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.18 |
| HSL | 307.78º | 0.38% | 0.72% | - |
| HSV(B) | 307.78º | 0.26% | 0.82% | - |
| XYZ | 49.25 | 41.79 | 61.97 | - |
| YUV | 177.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 203 | 0 | 0.26 | 0.03 | 0.18 | 307.78 | 0.38 | 0.72 |
| Hex | D2 | 9C | CB | 0 | 1A | 3 | 12 | 134 | 26 | 48 |
| Octal | 322 | 234 | 313 | 0 | 32 | 3 | 22 | 464 | 46 | 110 |
| Binary | 11010010 | 10011100 | 11001011 | 0 | 11010 | 11 | 10010 | 100110100 | 100110 | 1001000 |
Color Harmonies of #D29CCB
Complementary color
Monochromatic Colors of #D29CCB
Black with #D29CCB
Text Example
Text Example
White with #D29CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CCB; }
p { color: rgb(210,156,203); }
H1.HeaderClassName
{
color: #D29CCB;
}
.AnyTagClassName
{
color: #D29CCB;
}
</style>
background-color css
<style>
a { background-color: #D29CCB; }
a { background-color: rgb(210,156,203); }
div.DivClassName
{
background-color: #D29CCB;
}
.BgClassName
{
background-color: #D29CCB;
}
</style>
border-color css
<style>
span { border-color: #D29CCB; }
span { border-color: rgb(210,156,203); }
td.TdClassName
{
border-color: #D29CCB;
}
.TagClassName
{
border-color: #D29CCB;
}
</style>