Shades of Lilac #D49ECF
Tints of Lilac #D49ECF
RGB
CMYK
RGB Variations
Color information
#D49ECF (or 0xD49ECF) is known color: Lilac. HEX triplet: D4, 9E and CF. RGB value is (212,158,207). Sum of RGB (Red+Green+Blue) = 212+158+207=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ECF is #2B6130. Grayscale: #B3B3B3. Windows color (decimal): -2842929 or 13606612. OLE color: 13606612.
HSL color Cylindrical-coordinate representation of color #D49ECF: hue angle of 305.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49ECF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 207 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.17 |
| HSL | 305.56º | 0.39% | 0.73% | - |
| HSV(B) | 305.56º | 0.25% | 0.83% | - |
| XYZ | 50.64 | 42.96 | 64.65 | - |
| YUV | 179.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 207 | 0 | 0.25 | 0.02 | 0.17 | 305.56 | 0.39 | 0.73 |
| Hex | D4 | 9E | CF | 0 | 19 | 2 | 11 | 132 | 27 | 49 |
| Octal | 324 | 236 | 317 | 0 | 31 | 2 | 21 | 462 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11001111 | 0 | 11001 | 10 | 10001 | 100110010 | 100111 | 1001001 |
Color Harmonies of #D49ECF
Complementary color
Monochromatic Colors of #D49ECF
Black with #D49ECF
Text Example
Text Example
White with #D49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ECF; }
p { color: rgb(212,158,207); }
H1.HeaderClassName
{
color: #D49ECF;
}
.AnyTagClassName
{
color: #D49ECF;
}
</style>
background-color css
<style>
a { background-color: #D49ECF; }
a { background-color: rgb(212,158,207); }
div.DivClassName
{
background-color: #D49ECF;
}
.BgClassName
{
background-color: #D49ECF;
}
</style>
border-color css
<style>
span { border-color: #D49ECF; }
span { border-color: rgb(212,158,207); }
td.TdClassName
{
border-color: #D49ECF;
}
.TagClassName
{
border-color: #D49ECF;
}
</style>