Shades of Lilac #D49CCC
Tints of Lilac #D49CCC
RGB
CMYK
RGB Variations
Color information
#D49CCC (or 0xD49CCC) is known color: Lilac. HEX triplet: D4, 9C and CC. RGB value is (212,156,204). Sum of RGB (Red+Green+Blue) = 212+156+204=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CCC is #2B6333. Grayscale: #B2B2B2. Windows color (decimal): -2843444 or 13409492. OLE color: 13409492.
HSL color Cylindrical-coordinate representation of color #D49CCC: hue angle of 308.57º 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 #D49CCC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 204 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.17 |
| HSL | 308.57º | 0.39% | 0.72% | - |
| HSV(B) | 308.57º | 0.26% | 0.83% | - |
| XYZ | 49.94 | 42.13 | 62.63 | - |
| YUV | 178.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 204 | 0 | 0.26 | 0.04 | 0.17 | 308.57 | 0.39 | 0.72 |
| Hex | D4 | 9C | CC | 0 | 1A | 4 | 11 | 135 | 27 | 48 |
| Octal | 324 | 234 | 314 | 0 | 32 | 4 | 21 | 465 | 47 | 110 |
| Binary | 11010100 | 10011100 | 11001100 | 0 | 11010 | 100 | 10001 | 100110101 | 100111 | 1001000 |
Color Harmonies of #D49CCC
Complementary color
Monochromatic Colors of #D49CCC
Black with #D49CCC
Text Example
Text Example
White with #D49CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CCC; }
p { color: rgb(212,156,204); }
H1.HeaderClassName
{
color: #D49CCC;
}
.AnyTagClassName
{
color: #D49CCC;
}
</style>
background-color css
<style>
a { background-color: #D49CCC; }
a { background-color: rgb(212,156,204); }
div.DivClassName
{
background-color: #D49CCC;
}
.BgClassName
{
background-color: #D49CCC;
}
</style>
border-color css
<style>
span { border-color: #D49CCC; }
span { border-color: rgb(212,156,204); }
td.TdClassName
{
border-color: #D49CCC;
}
.TagClassName
{
border-color: #D49CCC;
}
</style>