Shades of Lilac #D09DCB
Tints of Lilac #D09DCB
RGB
CMYK
RGB Variations
Color information
#D09DCB (or 0xD09DCB) is known color: Lilac. HEX triplet: D0, 9D and CB. RGB value is (208,157,203). Sum of RGB (Red+Green+Blue) = 208+157+203=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DCB is #2F6234. Grayscale: #B1B1B1. Windows color (decimal): -3105333 or 13344208. OLE color: 13344208.
HSL color Cylindrical-coordinate representation of color #D09DCB: hue angle of 305.88º degrees, saturation: 0.35, 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 #D09DCB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 203 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.18 |
| HSL | 305.88º | 0.35% | 0.72% | - |
| HSV(B) | 305.88º | 0.25% | 0.82% | - |
| XYZ | 48.85 | 41.84 | 62 | - |
| YUV | 177.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 203 | 0 | 0.25 | 0.02 | 0.18 | 305.88 | 0.35 | 0.72 |
| Hex | D0 | 9D | CB | 0 | 19 | 2 | 12 | 132 | 23 | 48 |
| Octal | 320 | 235 | 313 | 0 | 31 | 2 | 22 | 462 | 43 | 110 |
| Binary | 11010000 | 10011101 | 11001011 | 0 | 11001 | 10 | 10010 | 100110010 | 100011 | 1001000 |
Color Harmonies of #D09DCB
Complementary color
Monochromatic Colors of #D09DCB
Black with #D09DCB
Text Example
Text Example
White with #D09DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DCB; }
p { color: rgb(208,157,203); }
H1.HeaderClassName
{
color: #D09DCB;
}
.AnyTagClassName
{
color: #D09DCB;
}
</style>
background-color css
<style>
a { background-color: #D09DCB; }
a { background-color: rgb(208,157,203); }
div.DivClassName
{
background-color: #D09DCB;
}
.BgClassName
{
background-color: #D09DCB;
}
</style>
border-color css
<style>
span { border-color: #D09DCB; }
span { border-color: rgb(208,157,203); }
td.TdClassName
{
border-color: #D09DCB;
}
.TagClassName
{
border-color: #D09DCB;
}
</style>