Shades of Lilac #D29BCA
Tints of Lilac #D29BCA
RGB
CMYK
RGB Variations
Color information
#D29BCA (or 0xD29BCA) is known color: Lilac. HEX triplet: D2, 9B and CA. RGB value is (210,155,202). Sum of RGB (Red+Green+Blue) = 210+155+202=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BCA is #2D6435. Grayscale: #B0B0B0. Windows color (decimal): -2974774 or 13278162. OLE color: 13278162.
HSL color Cylindrical-coordinate representation of color #D29BCA: hue angle of 308.73º 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 #D29BCA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 202 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.18 |
| HSL | 308.73º | 0.38% | 0.72% | - |
| HSV(B) | 308.73º | 0.26% | 0.82% | - |
| XYZ | 48.96 | 41.41 | 61.29 | - |
| YUV | 176.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 202 | 0 | 0.26 | 0.04 | 0.18 | 308.73 | 0.38 | 0.72 |
| Hex | D2 | 9B | CA | 0 | 1A | 4 | 12 | 135 | 26 | 48 |
| Octal | 322 | 233 | 312 | 0 | 32 | 4 | 22 | 465 | 46 | 110 |
| Binary | 11010010 | 10011011 | 11001010 | 0 | 11010 | 100 | 10010 | 100110101 | 100110 | 1001000 |
Color Harmonies of #D29BCA
Complementary color
Monochromatic Colors of #D29BCA
Black with #D29BCA
Text Example
Text Example
White with #D29BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BCA; }
p { color: rgb(210,155,202); }
H1.HeaderClassName
{
color: #D29BCA;
}
.AnyTagClassName
{
color: #D29BCA;
}
</style>
background-color css
<style>
a { background-color: #D29BCA; }
a { background-color: rgb(210,155,202); }
div.DivClassName
{
background-color: #D29BCA;
}
.BgClassName
{
background-color: #D29BCA;
}
</style>
border-color css
<style>
span { border-color: #D29BCA; }
span { border-color: rgb(210,155,202); }
td.TdClassName
{
border-color: #D29BCA;
}
.TagClassName
{
border-color: #D29BCA;
}
</style>