Shades of Lilac #D39ACE
Tints of Lilac #D39ACE
RGB
CMYK
RGB Variations
Color information
#D39ACE (or 0xD39ACE) is known color: Lilac. HEX triplet: D3, 9A and CE. RGB value is (211,154,206). Sum of RGB (Red+Green+Blue) = 211+154+206=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D39ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ACE is #2C6531. Grayscale: #B0B0B0. Windows color (decimal): -2909490 or 13540051. OLE color: 13540051.
HSL color Cylindrical-coordinate representation of color #D39ACE: hue angle of 305.26º degrees, saturation: 0.39, 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 #D39ACE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 206 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.17 |
| HSL | 305.26º | 0.39% | 0.72% | - |
| HSV(B) | 305.26º | 0.27% | 0.83% | - |
| XYZ | 49.56 | 41.42 | 63.77 | - |
| YUV | 176.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 206 | 0 | 0.27 | 0.02 | 0.17 | 305.26 | 0.39 | 0.72 |
| Hex | D3 | 9A | CE | 0 | 1B | 2 | 11 | 131 | 27 | 48 |
| Octal | 323 | 232 | 316 | 0 | 33 | 2 | 21 | 461 | 47 | 110 |
| Binary | 11010011 | 10011010 | 11001110 | 0 | 11011 | 10 | 10001 | 100110001 | 100111 | 1001000 |
Color Harmonies of #D39ACE
Complementary color
Monochromatic Colors of #D39ACE
Black with #D39ACE
Text Example
Text Example
White with #D39ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39ACE; }
p { color: rgb(211,154,206); }
H1.HeaderClassName
{
color: #D39ACE;
}
.AnyTagClassName
{
color: #D39ACE;
}
</style>
background-color css
<style>
a { background-color: #D39ACE; }
a { background-color: rgb(211,154,206); }
div.DivClassName
{
background-color: #D39ACE;
}
.BgClassName
{
background-color: #D39ACE;
}
</style>
border-color css
<style>
span { border-color: #D39ACE; }
span { border-color: rgb(211,154,206); }
td.TdClassName
{
border-color: #D39ACE;
}
.TagClassName
{
border-color: #D39ACE;
}
</style>