Shades of Lilac #D08DCB
Tints of Lilac #D08DCB
RGB
CMYK
RGB Variations
Color information
#D08DCB (or 0xD08DCB) is known color: Lilac. HEX triplet: D0, 8D and CB. RGB value is (208,141,203). Sum of RGB (Red+Green+Blue) = 208+141+203=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCB is #2F7234. Grayscale: #A7A7A7. Windows color (decimal): -3109429 or 13340112. OLE color: 13340112.
HSL color Cylindrical-coordinate representation of color #D08DCB: hue angle of 304.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DCB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 203 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.18 |
| HSL | 304.48º | 0.42% | 0.68% | - |
| HSV(B) | 304.48º | 0.32% | 0.82% | - |
| XYZ | 46.32 | 36.77 | 61.16 | - |
| YUV | 168.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 203 | 0 | 0.32 | 0.02 | 0.18 | 304.48 | 0.42 | 0.68 |
| Hex | D0 | 8D | CB | 0 | 20 | 2 | 12 | 130 | 2A | 44 |
| Octal | 320 | 215 | 313 | 0 | 40 | 2 | 22 | 460 | 52 | 104 |
| Binary | 11010000 | 10001101 | 11001011 | 0 | 100000 | 10 | 10010 | 100110000 | 101010 | 1000100 |
Color Harmonies of #D08DCB
Complementary color
Monochromatic Colors of #D08DCB
Black with #D08DCB
Text Example
Text Example
White with #D08DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DCB; }
p { color: rgb(208,141,203); }
H1.HeaderClassName
{
color: #D08DCB;
}
.AnyTagClassName
{
color: #D08DCB;
}
</style>
background-color css
<style>
a { background-color: #D08DCB; }
a { background-color: rgb(208,141,203); }
div.DivClassName
{
background-color: #D08DCB;
}
.BgClassName
{
background-color: #D08DCB;
}
</style>
border-color css
<style>
span { border-color: #D08DCB; }
span { border-color: rgb(208,141,203); }
td.TdClassName
{
border-color: #D08DCB;
}
.TagClassName
{
border-color: #D08DCB;
}
</style>