Shades of Lilac #D49BC7
Tints of Lilac #D49BC7
RGB
CMYK
RGB Variations
Color information
#D49BC7 (or 0xD49BC7) is known color: Lilac. HEX triplet: D4, 9B and C7. RGB value is (212,155,199). Sum of RGB (Red+Green+Blue) = 212+155+199=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BC7 is #2B6438. Grayscale: #B0B0B0. Windows color (decimal): -2843705 or 13081556. OLE color: 13081556.
HSL color Cylindrical-coordinate representation of color #D49BC7: hue angle of 313.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49BC7 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 199 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.17 |
| HSL | 313.68º | 0.4% | 0.72% | - |
| HSV(B) | 313.68º | 0.27% | 0.83% | - |
| XYZ | 49.18 | 41.56 | 59.46 | - |
| YUV | 177.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 199 | 0 | 0.27 | 0.06 | 0.17 | 313.68 | 0.4 | 0.72 |
| Hex | D4 | 9B | C7 | 0 | 1B | 6 | 11 | 13A | 28 | 48 |
| Octal | 324 | 233 | 307 | 0 | 33 | 6 | 21 | 472 | 50 | 110 |
| Binary | 11010100 | 10011011 | 11000111 | 0 | 11011 | 110 | 10001 | 100111010 | 101000 | 1001000 |
Color Harmonies of #D49BC7
Complementary color
Monochromatic Colors of #D49BC7
Black with #D49BC7
Text Example
Text Example
White with #D49BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BC7; }
p { color: rgb(212,155,199); }
H1.HeaderClassName
{
color: #D49BC7;
}
.AnyTagClassName
{
color: #D49BC7;
}
</style>
background-color css
<style>
a { background-color: #D49BC7; }
a { background-color: rgb(212,155,199); }
div.DivClassName
{
background-color: #D49BC7;
}
.BgClassName
{
background-color: #D49BC7;
}
</style>
border-color css
<style>
span { border-color: #D49BC7; }
span { border-color: rgb(212,155,199); }
td.TdClassName
{
border-color: #D49BC7;
}
.TagClassName
{
border-color: #D49BC7;
}
</style>