Shades of Lilac #D08EC5
Tints of Lilac #D08EC5
RGB
CMYK
RGB Variations
Color information
#D08EC5 (or 0xD08EC5) is known color: Lilac. HEX triplet: D0, 8E and C5. RGB value is (208,142,197). Sum of RGB (Red+Green+Blue) = 208+142+197=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EC5 is #2F713A. Grayscale: #A7A7A7. Windows color (decimal): -3109179 or 12947152. OLE color: 12947152.
HSL color Cylindrical-coordinate representation of color #D08EC5: hue angle of 310º 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 #D08EC5 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 197 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.18 |
| HSL | 310º | 0.41% | 0.69% | - |
| HSV(B) | 310º | 0.32% | 0.82% | - |
| XYZ | 45.76 | 36.79 | 57.51 | - |
| YUV | 168 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 197 | 0 | 0.32 | 0.05 | 0.18 | 310 | 0.41 | 0.69 |
| Hex | D0 | 8E | C5 | 0 | 20 | 5 | 12 | 136 | 29 | 45 |
| Octal | 320 | 216 | 305 | 0 | 40 | 5 | 22 | 466 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11000101 | 0 | 100000 | 101 | 10010 | 100110110 | 101001 | 1000101 |
Color Harmonies of #D08EC5
Complementary color
Monochromatic Colors of #D08EC5
Black with #D08EC5
Text Example
Text Example
White with #D08EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EC5; }
p { color: rgb(208,142,197); }
H1.HeaderClassName
{
color: #D08EC5;
}
.AnyTagClassName
{
color: #D08EC5;
}
</style>
background-color css
<style>
a { background-color: #D08EC5; }
a { background-color: rgb(208,142,197); }
div.DivClassName
{
background-color: #D08EC5;
}
.BgClassName
{
background-color: #D08EC5;
}
</style>
border-color css
<style>
span { border-color: #D08EC5; }
span { border-color: rgb(208,142,197); }
td.TdClassName
{
border-color: #D08EC5;
}
.TagClassName
{
border-color: #D08EC5;
}
</style>