Shades of Lilac #D29BCF
Tints of Lilac #D29BCF
RGB
CMYK
RGB Variations
Color information
#D29BCF (or 0xD29BCF) is known color: Lilac. HEX triplet: D2, 9B and CF. RGB value is (210,155,207). Sum of RGB (Red+Green+Blue) = 210+155+207=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BCF is #2D6430. Grayscale: #B1B1B1. Windows color (decimal): -2974769 or 13605842. OLE color: 13605842.
HSL color Cylindrical-coordinate representation of color #D29BCF: hue angle of 303.27º 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 #D29BCF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 207 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.18 |
| HSL | 303.27º | 0.38% | 0.72% | - |
| HSV(B) | 303.27º | 0.26% | 0.82% | - |
| XYZ | 49.56 | 41.65 | 64.46 | - |
| YUV | 177.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 207 | 0 | 0.26 | 0.01 | 0.18 | 303.27 | 0.38 | 0.72 |
| Hex | D2 | 9B | CF | 0 | 1A | 1 | 12 | 12F | 26 | 48 |
| Octal | 322 | 233 | 317 | 0 | 32 | 1 | 22 | 457 | 46 | 110 |
| Binary | 11010010 | 10011011 | 11001111 | 0 | 11010 | 1 | 10010 | 100101111 | 100110 | 1001000 |
Color Harmonies of #D29BCF
Complementary color
Monochromatic Colors of #D29BCF
Black with #D29BCF
Text Example
Text Example
White with #D29BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BCF; }
p { color: rgb(210,155,207); }
H1.HeaderClassName
{
color: #D29BCF;
}
.AnyTagClassName
{
color: #D29BCF;
}
</style>
background-color css
<style>
a { background-color: #D29BCF; }
a { background-color: rgb(210,155,207); }
div.DivClassName
{
background-color: #D29BCF;
}
.BgClassName
{
background-color: #D29BCF;
}
</style>
border-color css
<style>
span { border-color: #D29BCF; }
span { border-color: rgb(210,155,207); }
td.TdClassName
{
border-color: #D29BCF;
}
.TagClassName
{
border-color: #D29BCF;
}
</style>