Shades of Lilac #D08EC4
Tints of Lilac #D08EC4
RGB
CMYK
RGB Variations
Color information
#D08EC4 (or 0xD08EC4) is known color: Lilac. HEX triplet: D0, 8E and C4. RGB value is (208,142,196). Sum of RGB (Red+Green+Blue) = 208+142+196=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EC4 is #2F713B. Grayscale: #A7A7A7. Windows color (decimal): -3109180 or 12881616. OLE color: 12881616.
HSL color Cylindrical-coordinate representation of color #D08EC4: hue angle of 310.91º 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 #D08EC4 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 196 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.18 |
| HSL | 310.91º | 0.41% | 0.69% | - |
| HSV(B) | 310.91º | 0.32% | 0.82% | - |
| XYZ | 45.65 | 36.74 | 56.91 | - |
| YUV | 167.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 196 | 0 | 0.32 | 0.06 | 0.18 | 310.91 | 0.41 | 0.69 |
| Hex | D0 | 8E | C4 | 0 | 20 | 6 | 12 | 137 | 29 | 45 |
| Octal | 320 | 216 | 304 | 0 | 40 | 6 | 22 | 467 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11000100 | 0 | 100000 | 110 | 10010 | 100110111 | 101001 | 1000101 |
Color Harmonies of #D08EC4
Complementary color
Monochromatic Colors of #D08EC4
Black with #D08EC4
Text Example
Text Example
White with #D08EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EC4; }
p { color: rgb(208,142,196); }
H1.HeaderClassName
{
color: #D08EC4;
}
.AnyTagClassName
{
color: #D08EC4;
}
</style>
background-color css
<style>
a { background-color: #D08EC4; }
a { background-color: rgb(208,142,196); }
div.DivClassName
{
background-color: #D08EC4;
}
.BgClassName
{
background-color: #D08EC4;
}
</style>
border-color css
<style>
span { border-color: #D08EC4; }
span { border-color: rgb(208,142,196); }
td.TdClassName
{
border-color: #D08EC4;
}
.TagClassName
{
border-color: #D08EC4;
}
</style>