Shades of Lilac #D28EC6
Tints of Lilac #D28EC6
RGB
CMYK
RGB Variations
Color information
#D28EC6 (or 0xD28EC6) is known color: Lilac. HEX triplet: D2, 8E and C6. RGB value is (210,142,198). Sum of RGB (Red+Green+Blue) = 210+142+198=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EC6 is #2D7139. Grayscale: #A8A8A8. Windows color (decimal): -2978106 or 13012690. OLE color: 13012690.
HSL color Cylindrical-coordinate representation of color #D28EC6: hue angle of 310.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28EC6 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 198 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.18 |
| HSL | 310.59º | 0.43% | 0.69% | - |
| HSV(B) | 310.59º | 0.32% | 0.82% | - |
| XYZ | 46.44 | 37.12 | 58.14 | - |
| YUV | 168.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 198 | 0 | 0.32 | 0.06 | 0.18 | 310.59 | 0.43 | 0.69 |
| Hex | D2 | 8E | C6 | 0 | 20 | 6 | 12 | 137 | 2B | 45 |
| Octal | 322 | 216 | 306 | 0 | 40 | 6 | 22 | 467 | 53 | 105 |
| Binary | 11010010 | 10001110 | 11000110 | 0 | 100000 | 110 | 10010 | 100110111 | 101011 | 1000101 |
Color Harmonies of #D28EC6
Complementary color
Monochromatic Colors of #D28EC6
Black with #D28EC6
Text Example
Text Example
White with #D28EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EC6; }
p { color: rgb(210,142,198); }
H1.HeaderClassName
{
color: #D28EC6;
}
.AnyTagClassName
{
color: #D28EC6;
}
</style>
background-color css
<style>
a { background-color: #D28EC6; }
a { background-color: rgb(210,142,198); }
div.DivClassName
{
background-color: #D28EC6;
}
.BgClassName
{
background-color: #D28EC6;
}
</style>
border-color css
<style>
span { border-color: #D28EC6; }
span { border-color: rgb(210,142,198); }
td.TdClassName
{
border-color: #D28EC6;
}
.TagClassName
{
border-color: #D28EC6;
}
</style>