Shades of Lilac #D0A8D1
Tints of Lilac #D0A8D1
RGB
CMYK
RGB Variations
Color information
#D0A8D1 (or 0xD0A8D1) is known color: Lilac. HEX triplet: D0, A8 and D1. RGB value is (208,168,209). Sum of RGB (Red+Green+Blue) = 208+168+209=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8D1 is #2F572E. Grayscale: #B8B8B8. Windows color (decimal): -3102511 or 13740240. OLE color: 13740240.
HSL color Cylindrical-coordinate representation of color #D0A8D1: hue angle of 298.54º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A8D1 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 209 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.18 |
| HSL | 298.54º | 0.31% | 0.74% | - |
| HSV(B) | 298.54º | 0.2% | 0.82% | - |
| XYZ | 51.52 | 46.02 | 66.49 | - |
| YUV | 184.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 209 | 0.00 | 0.20 | 0 | 0.18 | 298.54 | 0.31 | 0.74 |
| Hex | D0 | A8 | D1 | 0 | 14 | 0 | 12 | 12B | 1F | 4A |
| Octal | 320 | 250 | 321 | 0 | 24 | 0 | 22 | 453 | 37 | 112 |
| Binary | 11010000 | 10101000 | 11010001 | 0 | 10100 | 0 | 10010 | 100101011 | 11111 | 1001010 |
Color Harmonies of #D0A8D1
Complementary color
Monochromatic Colors of #D0A8D1
Black with #D0A8D1
Text Example
Text Example
White with #D0A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8D1; }
p { color: rgb(208,168,209); }
H1.HeaderClassName
{
color: #D0A8D1;
}
.AnyTagClassName
{
color: #D0A8D1;
}
</style>
background-color css
<style>
a { background-color: #D0A8D1; }
a { background-color: rgb(208,168,209); }
div.DivClassName
{
background-color: #D0A8D1;
}
.BgClassName
{
background-color: #D0A8D1;
}
</style>
border-color css
<style>
span { border-color: #D0A8D1; }
span { border-color: rgb(208,168,209); }
td.TdClassName
{
border-color: #D0A8D1;
}
.TagClassName
{
border-color: #D0A8D1;
}
</style>