Shades of Lilac #D08EC6
Tints of Lilac #D08EC6
RGB
CMYK
RGB Variations
Color information
#D08EC6 (or 0xD08EC6) is known color: Lilac. HEX triplet: D0, 8E and C6. RGB value is (208,142,198). Sum of RGB (Red+Green+Blue) = 208+142+198=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EC6 is #2F7139. Grayscale: #A7A7A7. Windows color (decimal): -3109178 or 13012688. OLE color: 13012688.
HSL color Cylindrical-coordinate representation of color #D08EC6: hue angle of 309.09º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08EC6 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 198 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.18 |
| HSL | 309.09º | 0.41% | 0.69% | - |
| HSV(B) | 309.09º | 0.32% | 0.82% | - |
| XYZ | 45.88 | 36.83 | 58.12 | - |
| YUV | 168.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 198 | 0 | 0.32 | 0.05 | 0.18 | 309.09 | 0.41 | 0.69 |
| Hex | D0 | 8E | C6 | 0 | 20 | 5 | 12 | 135 | 29 | 45 |
| Octal | 320 | 216 | 306 | 0 | 40 | 5 | 22 | 465 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11000110 | 0 | 100000 | 101 | 10010 | 100110101 | 101001 | 1000101 |
Color Harmonies of #D08EC6
Complementary color
Monochromatic Colors of #D08EC6
Black with #D08EC6
Text Example
Text Example
White with #D08EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EC6; }
p { color: rgb(208,142,198); }
H1.HeaderClassName
{
color: #D08EC6;
}
.AnyTagClassName
{
color: #D08EC6;
}
</style>
background-color css
<style>
a { background-color: #D08EC6; }
a { background-color: rgb(208,142,198); }
div.DivClassName
{
background-color: #D08EC6;
}
.BgClassName
{
background-color: #D08EC6;
}
</style>
border-color css
<style>
span { border-color: #D08EC6; }
span { border-color: rgb(208,142,198); }
td.TdClassName
{
border-color: #D08EC6;
}
.TagClassName
{
border-color: #D08EC6;
}
</style>