Shades of Lilac #D08ECF
Tints of Lilac #D08ECF
RGB
CMYK
RGB Variations
Color information
#D08ECF (or 0xD08ECF) is known color: Lilac. HEX triplet: D0, 8E and CF. RGB value is (208,142,207). Sum of RGB (Red+Green+Blue) = 208+142+207=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ECF is #2F7130. Grayscale: #A8A8A8. Windows color (decimal): -3109169 or 13602512. OLE color: 13602512.
HSL color Cylindrical-coordinate representation of color #D08ECF: hue angle of 300.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 #D08ECF is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 207 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.18 |
| HSL | 300.91º | 0.41% | 0.69% | - |
| HSV(B) | 300.91º | 0.32% | 0.82% | - |
| XYZ | 46.95 | 37.26 | 63.75 | - |
| YUV | 169.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 207 | 0 | 0.32 | 0.00 | 0.18 | 300.91 | 0.41 | 0.69 |
| Hex | D0 | 8E | CF | 0 | 20 | 0 | 12 | 12D | 29 | 45 |
| Octal | 320 | 216 | 317 | 0 | 40 | 0 | 22 | 455 | 51 | 105 |
| Binary | 11010000 | 10001110 | 11001111 | 0 | 100000 | 0 | 10010 | 100101101 | 101001 | 1000101 |
Color Harmonies of #D08ECF
Complementary color
Monochromatic Colors of #D08ECF
Black with #D08ECF
Text Example
Text Example
White with #D08ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ECF; }
p { color: rgb(208,142,207); }
H1.HeaderClassName
{
color: #D08ECF;
}
.AnyTagClassName
{
color: #D08ECF;
}
</style>
background-color css
<style>
a { background-color: #D08ECF; }
a { background-color: rgb(208,142,207); }
div.DivClassName
{
background-color: #D08ECF;
}
.BgClassName
{
background-color: #D08ECF;
}
</style>
border-color css
<style>
span { border-color: #D08ECF; }
span { border-color: rgb(208,142,207); }
td.TdClassName
{
border-color: #D08ECF;
}
.TagClassName
{
border-color: #D08ECF;
}
</style>