Shades of Lilac #D49BCE
Tints of Lilac #D49BCE
RGB
CMYK
RGB Variations
Color information
#D49BCE (or 0xD49BCE) is known color: Lilac. HEX triplet: D4, 9B and CE. RGB value is (212,155,206). Sum of RGB (Red+Green+Blue) = 212+155+206=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BCE is #2B6431. Grayscale: #B1B1B1. Windows color (decimal): -2843698 or 13540308. OLE color: 13540308.
HSL color Cylindrical-coordinate representation of color #D49BCE: hue angle of 306.32º 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 #D49BCE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 206 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.17 |
| HSL | 306.32º | 0.4% | 0.72% | - |
| HSV(B) | 306.32º | 0.27% | 0.83% | - |
| XYZ | 50.01 | 41.9 | 63.84 | - |
| YUV | 177.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 206 | 0 | 0.27 | 0.03 | 0.17 | 306.32 | 0.4 | 0.72 |
| Hex | D4 | 9B | CE | 0 | 1B | 3 | 11 | 132 | 28 | 48 |
| Octal | 324 | 233 | 316 | 0 | 33 | 3 | 21 | 462 | 50 | 110 |
| Binary | 11010100 | 10011011 | 11001110 | 0 | 11011 | 11 | 10001 | 100110010 | 101000 | 1001000 |
Color Harmonies of #D49BCE
Complementary color
Monochromatic Colors of #D49BCE
Black with #D49BCE
Text Example
Text Example
White with #D49BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BCE; }
p { color: rgb(212,155,206); }
H1.HeaderClassName
{
color: #D49BCE;
}
.AnyTagClassName
{
color: #D49BCE;
}
</style>
background-color css
<style>
a { background-color: #D49BCE; }
a { background-color: rgb(212,155,206); }
div.DivClassName
{
background-color: #D49BCE;
}
.BgClassName
{
background-color: #D49BCE;
}
</style>
border-color css
<style>
span { border-color: #D49BCE; }
span { border-color: rgb(212,155,206); }
td.TdClassName
{
border-color: #D49BCE;
}
.TagClassName
{
border-color: #D49BCE;
}
</style>