Shades of Lilac #D28ECA
Tints of Lilac #D28ECA
RGB
CMYK
RGB Variations
Color information
#D28ECA (or 0xD28ECA) is known color: Lilac. HEX triplet: D2, 8E and CA. RGB value is (210,142,202). Sum of RGB (Red+Green+Blue) = 210+142+202=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECA is #2D7135. Grayscale: #A9A9A9. Windows color (decimal): -2978102 or 13274834. OLE color: 13274834.
HSL color Cylindrical-coordinate representation of color #D28ECA: hue angle of 307.06º 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 #D28ECA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 202 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.18 |
| HSL | 307.06º | 0.43% | 0.69% | - |
| HSV(B) | 307.06º | 0.32% | 0.82% | - |
| XYZ | 46.91 | 37.31 | 60.61 | - |
| YUV | 169.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 202 | 0 | 0.32 | 0.04 | 0.18 | 307.06 | 0.43 | 0.69 |
| Hex | D2 | 8E | CA | 0 | 20 | 4 | 12 | 133 | 2B | 45 |
| Octal | 322 | 216 | 312 | 0 | 40 | 4 | 22 | 463 | 53 | 105 |
| Binary | 11010010 | 10001110 | 11001010 | 0 | 100000 | 100 | 10010 | 100110011 | 101011 | 1000101 |
Color Harmonies of #D28ECA
Complementary color
Monochromatic Colors of #D28ECA
Black with #D28ECA
Text Example
Text Example
White with #D28ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ECA; }
p { color: rgb(210,142,202); }
H1.HeaderClassName
{
color: #D28ECA;
}
.AnyTagClassName
{
color: #D28ECA;
}
</style>
background-color css
<style>
a { background-color: #D28ECA; }
a { background-color: rgb(210,142,202); }
div.DivClassName
{
background-color: #D28ECA;
}
.BgClassName
{
background-color: #D28ECA;
}
</style>
border-color css
<style>
span { border-color: #D28ECA; }
span { border-color: rgb(210,142,202); }
td.TdClassName
{
border-color: #D28ECA;
}
.TagClassName
{
border-color: #D28ECA;
}
</style>