Shades of Lilac #D08ED0
Tints of Lilac #D08ED0
RGB
CMYK
RGB Variations
Color information
#D08ED0 (or 0xD08ED0) is known color: Lilac. HEX triplet: D0, 8E and D0. RGB value is (208,142,208). Sum of RGB (Red+Green+Blue) = 208+142+208=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D08ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED0 is #2F712F. Grayscale: #A9A9A9. Windows color (decimal): -3109168 or 13668048. OLE color: 13668048.
HSL color Cylindrical-coordinate representation of color #D08ED0: hue angle of 300º 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 #D08ED0 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 208 | - |
| CMYK | 0 | 0.32 | 0 | 0.18 |
| HSL | 300º | 0.41% | 0.69% | - |
| HSV(B) | 300º | 0.32% | 0.82% | - |
| XYZ | 47.07 | 37.31 | 64.4 | - |
| YUV | 169.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 208 | 0 | 0.32 | 0 | 0.18 | 300 | 0.41 | 0.69 |
| Hex | D0 | 8E | D0 | 0 | 20 | 0 | 12 | 12C | 29 | 45 |
| Octal | 320 | 216 | 320 | 0 | 40 | 0 | 22 | 454 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11010000 | 0 | 100000 | 0 | 10010 | 100101100 | 101001 | 1000101 |
Color Harmonies of #D08ED0
Complementary color
Monochromatic Colors of #D08ED0
Black with #D08ED0
Text Example
Text Example
White with #D08ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ED0; }
p { color: rgb(208,142,208); }
H1.HeaderClassName
{
color: #D08ED0;
}
.AnyTagClassName
{
color: #D08ED0;
}
</style>
background-color css
<style>
a { background-color: #D08ED0; }
a { background-color: rgb(208,142,208); }
div.DivClassName
{
background-color: #D08ED0;
}
.BgClassName
{
background-color: #D08ED0;
}
</style>
border-color css
<style>
span { border-color: #D08ED0; }
span { border-color: rgb(208,142,208); }
td.TdClassName
{
border-color: #D08ED0;
}
.TagClassName
{
border-color: #D08ED0;
}
</style>