Shades of Lilac #D09CC8
Tints of Lilac #D09CC8
RGB
CMYK
RGB Variations
Color information
#D09CC8 (or 0xD09CC8) is known color: Lilac. HEX triplet: D0, 9C and C8. RGB value is (208,156,200). Sum of RGB (Red+Green+Blue) = 208+156+200=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CC8 is #2F6337. Grayscale: #B0B0B0. Windows color (decimal): -3105592 or 13147344. OLE color: 13147344.
HSL color Cylindrical-coordinate representation of color #D09CC8: hue angle of 309.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CC8 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 200 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.18 |
| HSL | 309.23º | 0.36% | 0.71% | - |
| HSV(B) | 309.23º | 0.25% | 0.82% | - |
| XYZ | 48.33 | 41.36 | 60.08 | - |
| YUV | 176.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 200 | 0 | 0.25 | 0.04 | 0.18 | 309.23 | 0.36 | 0.71 |
| Hex | D0 | 9C | C8 | 0 | 19 | 4 | 12 | 135 | 24 | 47 |
| Octal | 320 | 234 | 310 | 0 | 31 | 4 | 22 | 465 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11001000 | 0 | 11001 | 100 | 10010 | 100110101 | 100100 | 1000111 |
Color Harmonies of #D09CC8
Complementary color
Monochromatic Colors of #D09CC8
Black with #D09CC8
Text Example
Text Example
White with #D09CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CC8; }
p { color: rgb(208,156,200); }
H1.HeaderClassName
{
color: #D09CC8;
}
.AnyTagClassName
{
color: #D09CC8;
}
</style>
background-color css
<style>
a { background-color: #D09CC8; }
a { background-color: rgb(208,156,200); }
div.DivClassName
{
background-color: #D09CC8;
}
.BgClassName
{
background-color: #D09CC8;
}
</style>
border-color css
<style>
span { border-color: #D09CC8; }
span { border-color: rgb(208,156,200); }
td.TdClassName
{
border-color: #D09CC8;
}
.TagClassName
{
border-color: #D09CC8;
}
</style>