Shades of Lilac #D19ECF
Tints of Lilac #D19ECF
RGB
CMYK
RGB Variations
Color information
#D19ECF (or 0xD19ECF) is known color: Lilac. HEX triplet: D1, 9E and CF. RGB value is (209,158,207). Sum of RGB (Red+Green+Blue) = 209+158+207=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D19ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ECF is #2E6130. Grayscale: #B2B2B2. Windows color (decimal): -3039537 or 13606609. OLE color: 13606609.
HSL color Cylindrical-coordinate representation of color #D19ECF: hue angle of 302.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19ECF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 207 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.18 |
| HSL | 302.35º | 0.36% | 0.72% | - |
| HSV(B) | 302.35º | 0.24% | 0.82% | - |
| XYZ | 49.78 | 42.51 | 64.61 | - |
| YUV | 178.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 207 | 0 | 0.24 | 0.01 | 0.18 | 302.35 | 0.36 | 0.72 |
| Hex | D1 | 9E | CF | 0 | 18 | 1 | 12 | 12E | 24 | 48 |
| Octal | 321 | 236 | 317 | 0 | 30 | 1 | 22 | 456 | 44 | 110 |
| Binary | 11010001 | 10011110 | 11001111 | 0 | 11000 | 1 | 10010 | 100101110 | 100100 | 1001000 |
Color Harmonies of #D19ECF
Complementary color
Monochromatic Colors of #D19ECF
Black with #D19ECF
Text Example
Text Example
White with #D19ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ECF; }
p { color: rgb(209,158,207); }
H1.HeaderClassName
{
color: #D19ECF;
}
.AnyTagClassName
{
color: #D19ECF;
}
</style>
background-color css
<style>
a { background-color: #D19ECF; }
a { background-color: rgb(209,158,207); }
div.DivClassName
{
background-color: #D19ECF;
}
.BgClassName
{
background-color: #D19ECF;
}
</style>
border-color css
<style>
span { border-color: #D19ECF; }
span { border-color: rgb(209,158,207); }
td.TdClassName
{
border-color: #D19ECF;
}
.TagClassName
{
border-color: #D19ECF;
}
</style>