Shades of Lilac #D28ACE
Tints of Lilac #D28ACE
RGB
CMYK
RGB Variations
Color information
#D28ACE (or 0xD28ACE) is known color: Lilac. HEX triplet: D2, 8A and CE. RGB value is (210,138,206). Sum of RGB (Red+Green+Blue) = 210+138+206=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ACE is #2D7531. Grayscale: #A7A7A7. Windows color (decimal): -2979122 or 13535954. OLE color: 13535954.
HSL color Cylindrical-coordinate representation of color #D28ACE: hue angle of 303.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28ACE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 206 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.18 |
| HSL | 303.33º | 0.44% | 0.68% | - |
| HSV(B) | 303.33º | 0.34% | 0.82% | - |
| XYZ | 46.81 | 36.33 | 62.94 | - |
| YUV | 167.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 206 | 0 | 0.34 | 0.02 | 0.18 | 303.33 | 0.44 | 0.68 |
| Hex | D2 | 8A | CE | 0 | 22 | 2 | 12 | 12F | 2C | 44 |
| Octal | 322 | 212 | 316 | 0 | 42 | 2 | 22 | 457 | 54 | 104 |
| Binary | 11010010 | 10001010 | 11001110 | 0 | 100010 | 10 | 10010 | 100101111 | 101100 | 1000100 |
Color Harmonies of #D28ACE
Complementary color
Monochromatic Colors of #D28ACE
Black with #D28ACE
Text Example
Text Example
White with #D28ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ACE; }
p { color: rgb(210,138,206); }
H1.HeaderClassName
{
color: #D28ACE;
}
.AnyTagClassName
{
color: #D28ACE;
}
</style>
background-color css
<style>
a { background-color: #D28ACE; }
a { background-color: rgb(210,138,206); }
div.DivClassName
{
background-color: #D28ACE;
}
.BgClassName
{
background-color: #D28ACE;
}
</style>
border-color css
<style>
span { border-color: #D28ACE; }
span { border-color: rgb(210,138,206); }
td.TdClassName
{
border-color: #D28ACE;
}
.TagClassName
{
border-color: #D28ACE;
}
</style>