Shades of Lilac #D18BCE
Tints of Lilac #D18BCE
RGB
CMYK
RGB Variations
Color information
#D18BCE (or 0xD18BCE) is known color: Lilac. HEX triplet: D1, 8B and CE. RGB value is (209,139,206). Sum of RGB (Red+Green+Blue) = 209+139+206=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BCE is #2E7431. Grayscale: #A7A7A7. Windows color (decimal): -3044402 or 13536209. OLE color: 13536209.
HSL color Cylindrical-coordinate representation of color #D18BCE: hue angle of 302.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18BCE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 206 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.18 |
| HSL | 302.57º | 0.43% | 0.68% | - |
| HSV(B) | 302.57º | 0.33% | 0.82% | - |
| XYZ | 46.67 | 36.48 | 62.97 | - |
| YUV | 167.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 206 | 0 | 0.33 | 0.01 | 0.18 | 302.57 | 0.43 | 0.68 |
| Hex | D1 | 8B | CE | 0 | 21 | 1 | 12 | 12F | 2B | 44 |
| Octal | 321 | 213 | 316 | 0 | 41 | 1 | 22 | 457 | 53 | 104 |
| Binary | 11010001 | 10001011 | 11001110 | 0 | 100001 | 1 | 10010 | 100101111 | 101011 | 1000100 |
Color Harmonies of #D18BCE
Complementary color
Monochromatic Colors of #D18BCE
Black with #D18BCE
Text Example
Text Example
White with #D18BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BCE; }
p { color: rgb(209,139,206); }
H1.HeaderClassName
{
color: #D18BCE;
}
.AnyTagClassName
{
color: #D18BCE;
}
</style>
background-color css
<style>
a { background-color: #D18BCE; }
a { background-color: rgb(209,139,206); }
div.DivClassName
{
background-color: #D18BCE;
}
.BgClassName
{
background-color: #D18BCE;
}
</style>
border-color css
<style>
span { border-color: #D18BCE; }
span { border-color: rgb(209,139,206); }
td.TdClassName
{
border-color: #D18BCE;
}
.TagClassName
{
border-color: #D18BCE;
}
</style>