Shades of Lilac #D0A8CF
Tints of Lilac #D0A8CF
RGB
CMYK
RGB Variations
Color information
#D0A8CF (or 0xD0A8CF) is known color: Lilac. HEX triplet: D0, A8 and CF. RGB value is (208,168,207). Sum of RGB (Red+Green+Blue) = 208+168+207=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8CF is #2F5730. Grayscale: #B8B8B8. Windows color (decimal): -3102513 or 13609168. OLE color: 13609168.
HSL color Cylindrical-coordinate representation of color #D0A8CF: hue angle of 301.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8CF is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 207 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.18 |
| HSL | 301.5º | 0.3% | 0.74% | - |
| HSV(B) | 301.5º | 0.19% | 0.82% | - |
| XYZ | 51.28 | 45.92 | 65.19 | - |
| YUV | 184.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 207 | 0 | 0.19 | 0.00 | 0.18 | 301.5 | 0.3 | 0.74 |
| Hex | D0 | A8 | CF | 0 | 13 | 0 | 12 | 12E | 1E | 4A |
| Octal | 320 | 250 | 317 | 0 | 23 | 0 | 22 | 456 | 36 | 112 |
| Binary | 11010000 | 10101000 | 11001111 | 0 | 10011 | 0 | 10010 | 100101110 | 11110 | 1001010 |
Color Harmonies of #D0A8CF
Complementary color
Monochromatic Colors of #D0A8CF
Black with #D0A8CF
Text Example
Text Example
White with #D0A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8CF; }
p { color: rgb(208,168,207); }
H1.HeaderClassName
{
color: #D0A8CF;
}
.AnyTagClassName
{
color: #D0A8CF;
}
</style>
background-color css
<style>
a { background-color: #D0A8CF; }
a { background-color: rgb(208,168,207); }
div.DivClassName
{
background-color: #D0A8CF;
}
.BgClassName
{
background-color: #D0A8CF;
}
</style>
border-color css
<style>
span { border-color: #D0A8CF; }
span { border-color: rgb(208,168,207); }
td.TdClassName
{
border-color: #D0A8CF;
}
.TagClassName
{
border-color: #D0A8CF;
}
</style>