Shades of Lilac #D29DCB
Tints of Lilac #D29DCB
RGB
CMYK
RGB Variations
Color information
#D29DCB (or 0xD29DCB) is known color: Lilac. HEX triplet: D2, 9D and CB. RGB value is (210,157,203). Sum of RGB (Red+Green+Blue) = 210+157+203=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCB is #2D6234. Grayscale: #B1B1B1. Windows color (decimal): -2974261 or 13344210. OLE color: 13344210.
HSL color Cylindrical-coordinate representation of color #D29DCB: hue angle of 307.92º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DCB is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 203 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.18 |
| HSL | 307.92º | 0.37% | 0.72% | - |
| HSV(B) | 307.92º | 0.25% | 0.82% | - |
| XYZ | 49.41 | 42.13 | 62.03 | - |
| YUV | 178.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 203 | 0 | 0.25 | 0.03 | 0.18 | 307.92 | 0.37 | 0.72 |
| Hex | D2 | 9D | CB | 0 | 19 | 3 | 12 | 134 | 25 | 48 |
| Octal | 322 | 235 | 313 | 0 | 31 | 3 | 22 | 464 | 45 | 110 |
| Binary | 11010010 | 10011101 | 11001011 | 0 | 11001 | 11 | 10010 | 100110100 | 100101 | 1001000 |
Color Harmonies of #D29DCB
Complementary color
Monochromatic Colors of #D29DCB
Black with #D29DCB
Text Example
Text Example
White with #D29DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DCB; }
p { color: rgb(210,157,203); }
H1.HeaderClassName
{
color: #D29DCB;
}
.AnyTagClassName
{
color: #D29DCB;
}
</style>
background-color css
<style>
a { background-color: #D29DCB; }
a { background-color: rgb(210,157,203); }
div.DivClassName
{
background-color: #D29DCB;
}
.BgClassName
{
background-color: #D29DCB;
}
</style>
border-color css
<style>
span { border-color: #D29DCB; }
span { border-color: rgb(210,157,203); }
td.TdClassName
{
border-color: #D29DCB;
}
.TagClassName
{
border-color: #D29DCB;
}
</style>