Shades of Lilac #D49CC7
Tints of Lilac #D49CC7
RGB
CMYK
RGB Variations
Color information
#D49CC7 (or 0xD49CC7) is known color: Lilac. HEX triplet: D4, 9C and C7. RGB value is (212,156,199). Sum of RGB (Red+Green+Blue) = 212+156+199=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CC7 is #2B6338. Grayscale: #B1B1B1. Windows color (decimal): -2843449 or 13081812. OLE color: 13081812.
HSL color Cylindrical-coordinate representation of color #D49CC7: hue angle of 313.93º 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 #D49CC7 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 199 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.17 |
| HSL | 313.93º | 0.39% | 0.72% | - |
| HSV(B) | 313.93º | 0.26% | 0.83% | - |
| XYZ | 49.35 | 41.9 | 59.52 | - |
| YUV | 177.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 199 | 0 | 0.26 | 0.06 | 0.17 | 313.93 | 0.39 | 0.72 |
| Hex | D4 | 9C | C7 | 0 | 1A | 6 | 11 | 13A | 27 | 48 |
| Octal | 324 | 234 | 307 | 0 | 32 | 6 | 21 | 472 | 47 | 110 |
| Binary | 11010100 | 10011100 | 11000111 | 0 | 11010 | 110 | 10001 | 100111010 | 100111 | 1001000 |
Color Harmonies of #D49CC7
Complementary color
Monochromatic Colors of #D49CC7
Black with #D49CC7
Text Example
Text Example
White with #D49CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CC7; }
p { color: rgb(212,156,199); }
H1.HeaderClassName
{
color: #D49CC7;
}
.AnyTagClassName
{
color: #D49CC7;
}
</style>
background-color css
<style>
a { background-color: #D49CC7; }
a { background-color: rgb(212,156,199); }
div.DivClassName
{
background-color: #D49CC7;
}
.BgClassName
{
background-color: #D49CC7;
}
</style>
border-color css
<style>
span { border-color: #D49CC7; }
span { border-color: rgb(212,156,199); }
td.TdClassName
{
border-color: #D49CC7;
}
.TagClassName
{
border-color: #D49CC7;
}
</style>