Shades of Lilac #D18ECB
Tints of Lilac #D18ECB
RGB
CMYK
RGB Variations
Color information
#D18ECB (or 0xD18ECB) is known color: Lilac. HEX triplet: D1, 8E and CB. RGB value is (209,142,203). Sum of RGB (Red+Green+Blue) = 209+142+203=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D18ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ECB is #2E7134. Grayscale: #A8A8A8. Windows color (decimal): -3043637 or 13340369. OLE color: 13340369.
HSL color Cylindrical-coordinate representation of color #D18ECB: hue angle of 305.37º degrees, saturation: 0.42, 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 #D18ECB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 203 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.18 |
| HSL | 305.37º | 0.42% | 0.69% | - |
| HSV(B) | 305.37º | 0.32% | 0.82% | - |
| XYZ | 46.75 | 37.21 | 61.22 | - |
| YUV | 168.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 203 | 0 | 0.32 | 0.03 | 0.18 | 305.37 | 0.42 | 0.69 |
| Hex | D1 | 8E | CB | 0 | 20 | 3 | 12 | 131 | 2A | 45 |
| Octal | 321 | 216 | 313 | 0 | 40 | 3 | 22 | 461 | 52 | 105 |
| Binary | 11010001 | 10001110 | 11001011 | 0 | 100000 | 11 | 10010 | 100110001 | 101010 | 1000101 |
Color Harmonies of #D18ECB
Complementary color
Monochromatic Colors of #D18ECB
Black with #D18ECB
Text Example
Text Example
White with #D18ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ECB; }
p { color: rgb(209,142,203); }
H1.HeaderClassName
{
color: #D18ECB;
}
.AnyTagClassName
{
color: #D18ECB;
}
</style>
background-color css
<style>
a { background-color: #D18ECB; }
a { background-color: rgb(209,142,203); }
div.DivClassName
{
background-color: #D18ECB;
}
.BgClassName
{
background-color: #D18ECB;
}
</style>
border-color css
<style>
span { border-color: #D18ECB; }
span { border-color: rgb(209,142,203); }
td.TdClassName
{
border-color: #D18ECB;
}
.TagClassName
{
border-color: #D18ECB;
}
</style>