Shades of Lilac #D28ECC
Tints of Lilac #D28ECC
RGB
CMYK
RGB Variations
Color information
#D28ECC (or 0xD28ECC) is known color: Lilac. HEX triplet: D2, 8E and CC. RGB value is (210,142,204). Sum of RGB (Red+Green+Blue) = 210+142+204=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECC is #2D7133. Grayscale: #A9A9A9. Windows color (decimal): -2978100 or 13405906. OLE color: 13405906.
HSL color Cylindrical-coordinate representation of color #D28ECC: hue angle of 305.29º 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 #D28ECC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 204 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.18 |
| HSL | 305.29º | 0.43% | 0.69% | - |
| HSV(B) | 305.29º | 0.32% | 0.82% | - |
| XYZ | 47.15 | 37.41 | 61.86 | - |
| YUV | 169.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 204 | 0 | 0.32 | 0.03 | 0.18 | 305.29 | 0.43 | 0.69 |
| Hex | D2 | 8E | CC | 0 | 20 | 3 | 12 | 131 | 2B | 45 |
| Octal | 322 | 216 | 314 | 0 | 40 | 3 | 22 | 461 | 53 | 105 |
| Binary | 11010010 | 10001110 | 11001100 | 0 | 100000 | 11 | 10010 | 100110001 | 101011 | 1000101 |
Color Harmonies of #D28ECC
Complementary color
Monochromatic Colors of #D28ECC
Black with #D28ECC
Text Example
Text Example
White with #D28ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ECC; }
p { color: rgb(210,142,204); }
H1.HeaderClassName
{
color: #D28ECC;
}
.AnyTagClassName
{
color: #D28ECC;
}
</style>
background-color css
<style>
a { background-color: #D28ECC; }
a { background-color: rgb(210,142,204); }
div.DivClassName
{
background-color: #D28ECC;
}
.BgClassName
{
background-color: #D28ECC;
}
</style>
border-color css
<style>
span { border-color: #D28ECC; }
span { border-color: rgb(210,142,204); }
td.TdClassName
{
border-color: #D28ECC;
}
.TagClassName
{
border-color: #D28ECC;
}
</style>