Shades of Lilac #D08ECD
Tints of Lilac #D08ECD
RGB
CMYK
RGB Variations
Color information
#D08ECD (or 0xD08ECD) is known color: Lilac. HEX triplet: D0, 8E and CD. RGB value is (208,142,205). Sum of RGB (Red+Green+Blue) = 208+142+205=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ECD is #2F7132. Grayscale: #A8A8A8. Windows color (decimal): -3109171 or 13471440. OLE color: 13471440.
HSL color Cylindrical-coordinate representation of color #D08ECD: hue angle of 302.73º 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 #D08ECD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 205 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.18 |
| HSL | 302.73º | 0.41% | 0.69% | - |
| HSV(B) | 302.73º | 0.32% | 0.82% | - |
| XYZ | 46.7 | 37.16 | 62.47 | - |
| YUV | 168.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 205 | 0 | 0.32 | 0.01 | 0.18 | 302.73 | 0.41 | 0.69 |
| Hex | D0 | 8E | CD | 0 | 20 | 1 | 12 | 12F | 29 | 45 |
| Octal | 320 | 216 | 315 | 0 | 40 | 1 | 22 | 457 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11001101 | 0 | 100000 | 1 | 10010 | 100101111 | 101001 | 1000101 |
Color Harmonies of #D08ECD
Complementary color
Monochromatic Colors of #D08ECD
Black with #D08ECD
Text Example
Text Example
White with #D08ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ECD; }
p { color: rgb(208,142,205); }
H1.HeaderClassName
{
color: #D08ECD;
}
.AnyTagClassName
{
color: #D08ECD;
}
</style>
background-color css
<style>
a { background-color: #D08ECD; }
a { background-color: rgb(208,142,205); }
div.DivClassName
{
background-color: #D08ECD;
}
.BgClassName
{
background-color: #D08ECD;
}
</style>
border-color css
<style>
span { border-color: #D08ECD; }
span { border-color: rgb(208,142,205); }
td.TdClassName
{
border-color: #D08ECD;
}
.TagClassName
{
border-color: #D08ECD;
}
</style>