Shades of Lilac #D49EC7
Tints of Lilac #D49EC7
RGB
CMYK
RGB Variations
Color information
#D49EC7 (or 0xD49EC7) is known color: Lilac. HEX triplet: D4, 9E and C7. RGB value is (212,158,199). Sum of RGB (Red+Green+Blue) = 212+158+199=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC7 is #2B6138. Grayscale: #B2B2B2. Windows color (decimal): -2842937 or 13082324. OLE color: 13082324.
HSL color Cylindrical-coordinate representation of color #D49EC7: hue angle of 314.44º 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 #D49EC7 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 199 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.17 |
| HSL | 314.44º | 0.39% | 0.73% | - |
| HSV(B) | 314.44º | 0.25% | 0.83% | - |
| XYZ | 49.69 | 42.57 | 59.63 | - |
| YUV | 178.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 199 | 0 | 0.25 | 0.06 | 0.17 | 314.44 | 0.39 | 0.73 |
| Hex | D4 | 9E | C7 | 0 | 19 | 6 | 11 | 13A | 27 | 49 |
| Octal | 324 | 236 | 307 | 0 | 31 | 6 | 21 | 472 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11000111 | 0 | 11001 | 110 | 10001 | 100111010 | 100111 | 1001001 |
Color Harmonies of #D49EC7
Complementary color
Monochromatic Colors of #D49EC7
Black with #D49EC7
Text Example
Text Example
White with #D49EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EC7; }
p { color: rgb(212,158,199); }
H1.HeaderClassName
{
color: #D49EC7;
}
.AnyTagClassName
{
color: #D49EC7;
}
</style>
background-color css
<style>
a { background-color: #D49EC7; }
a { background-color: rgb(212,158,199); }
div.DivClassName
{
background-color: #D49EC7;
}
.BgClassName
{
background-color: #D49EC7;
}
</style>
border-color css
<style>
span { border-color: #D49EC7; }
span { border-color: rgb(212,158,199); }
td.TdClassName
{
border-color: #D49EC7;
}
.TagClassName
{
border-color: #D49EC7;
}
</style>