Shades of Lilac #D19BCB
Tints of Lilac #D19BCB
RGB
CMYK
RGB Variations
Color information
#D19BCB (or 0xD19BCB) is known color: Lilac. HEX triplet: D1, 9B and CB. RGB value is (209,155,203). Sum of RGB (Red+Green+Blue) = 209+155+203=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BCB is #2E6434. Grayscale: #B0B0B0. Windows color (decimal): -3040309 or 13343697. OLE color: 13343697.
HSL color Cylindrical-coordinate representation of color #D19BCB: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BCB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 203 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.18 |
| HSL | 306.67º | 0.37% | 0.71% | - |
| HSV(B) | 306.67º | 0.26% | 0.82% | - |
| XYZ | 48.8 | 41.31 | 61.9 | - |
| YUV | 176.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 203 | 0 | 0.26 | 0.03 | 0.18 | 306.67 | 0.37 | 0.71 |
| Hex | D1 | 9B | CB | 0 | 1A | 3 | 12 | 133 | 25 | 47 |
| Octal | 321 | 233 | 313 | 0 | 32 | 3 | 22 | 463 | 45 | 107 |
| Binary | 11010001 | 10011011 | 11001011 | 0 | 11010 | 11 | 10010 | 100110011 | 100101 | 1000111 |
Color Harmonies of #D19BCB
Complementary color
Monochromatic Colors of #D19BCB
Black with #D19BCB
Text Example
Text Example
White with #D19BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BCB; }
p { color: rgb(209,155,203); }
H1.HeaderClassName
{
color: #D19BCB;
}
.AnyTagClassName
{
color: #D19BCB;
}
</style>
background-color css
<style>
a { background-color: #D19BCB; }
a { background-color: rgb(209,155,203); }
div.DivClassName
{
background-color: #D19BCB;
}
.BgClassName
{
background-color: #D19BCB;
}
</style>
border-color css
<style>
span { border-color: #D19BCB; }
span { border-color: rgb(209,155,203); }
td.TdClassName
{
border-color: #D19BCB;
}
.TagClassName
{
border-color: #D19BCB;
}
</style>