Shades of Lilac #D49DCE
Tints of Lilac #D49DCE
RGB
CMYK
RGB Variations
Color information
#D49DCE (or 0xD49DCE) is known color: Lilac. HEX triplet: D4, 9D and CE. RGB value is (212,157,206). Sum of RGB (Red+Green+Blue) = 212+157+206=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DCE is #2B6231. Grayscale: #B2B2B2. Windows color (decimal): -2843186 or 13540820. OLE color: 13540820.
HSL color Cylindrical-coordinate representation of color #D49DCE: hue angle of 306.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DCE is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 206 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.17 |
| HSL | 306.55º | 0.39% | 0.72% | - |
| HSV(B) | 306.55º | 0.26% | 0.83% | - |
| XYZ | 50.35 | 42.57 | 63.96 | - |
| YUV | 179.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 206 | 0 | 0.26 | 0.03 | 0.17 | 306.55 | 0.39 | 0.72 |
| Hex | D4 | 9D | CE | 0 | 1A | 3 | 11 | 133 | 27 | 48 |
| Octal | 324 | 235 | 316 | 0 | 32 | 3 | 21 | 463 | 47 | 110 |
| Binary | 11010100 | 10011101 | 11001110 | 0 | 11010 | 11 | 10001 | 100110011 | 100111 | 1001000 |
Color Harmonies of #D49DCE
Complementary color
Monochromatic Colors of #D49DCE
Black with #D49DCE
Text Example
Text Example
White with #D49DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DCE; }
p { color: rgb(212,157,206); }
H1.HeaderClassName
{
color: #D49DCE;
}
.AnyTagClassName
{
color: #D49DCE;
}
</style>
background-color css
<style>
a { background-color: #D49DCE; }
a { background-color: rgb(212,157,206); }
div.DivClassName
{
background-color: #D49DCE;
}
.BgClassName
{
background-color: #D49DCE;
}
</style>
border-color css
<style>
span { border-color: #D49DCE; }
span { border-color: rgb(212,157,206); }
td.TdClassName
{
border-color: #D49DCE;
}
.TagClassName
{
border-color: #D49DCE;
}
</style>