Shades of Lilac #D49ECE
Tints of Lilac #D49ECE
RGB
CMYK
RGB Variations
Color information
#D49ECE (or 0xD49ECE) is known color: Lilac. HEX triplet: D4, 9E and CE. RGB value is (212,158,206). Sum of RGB (Red+Green+Blue) = 212+158+206=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ECE is #2B6131. Grayscale: #B3B3B3. Windows color (decimal): -2842930 or 13541076. OLE color: 13541076.
HSL color Cylindrical-coordinate representation of color #D49ECE: hue angle of 306.67º 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 #D49ECE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 206 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.17 |
| HSL | 306.67º | 0.39% | 0.73% | - |
| HSV(B) | 306.67º | 0.25% | 0.83% | - |
| XYZ | 50.52 | 42.91 | 64.01 | - |
| YUV | 179.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 206 | 0 | 0.25 | 0.03 | 0.17 | 306.67 | 0.39 | 0.73 |
| Hex | D4 | 9E | CE | 0 | 19 | 3 | 11 | 133 | 27 | 49 |
| Octal | 324 | 236 | 316 | 0 | 31 | 3 | 21 | 463 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11001110 | 0 | 11001 | 11 | 10001 | 100110011 | 100111 | 1001001 |
Color Harmonies of #D49ECE
Complementary color
Monochromatic Colors of #D49ECE
Black with #D49ECE
Text Example
Text Example
White with #D49ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ECE; }
p { color: rgb(212,158,206); }
H1.HeaderClassName
{
color: #D49ECE;
}
.AnyTagClassName
{
color: #D49ECE;
}
</style>
background-color css
<style>
a { background-color: #D49ECE; }
a { background-color: rgb(212,158,206); }
div.DivClassName
{
background-color: #D49ECE;
}
.BgClassName
{
background-color: #D49ECE;
}
</style>
border-color css
<style>
span { border-color: #D49ECE; }
span { border-color: rgb(212,158,206); }
td.TdClassName
{
border-color: #D49ECE;
}
.TagClassName
{
border-color: #D49ECE;
}
</style>