Shades of Lilac #D0A7C9
Tints of Lilac #D0A7C9
RGB
CMYK
RGB Variations
Color information
#D0A7C9 (or 0xD0A7C9) is known color: Lilac. HEX triplet: D0, A7 and C9. RGB value is (208,167,201). Sum of RGB (Red+Green+Blue) = 208+167+201=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7C9 is #2F5836. Grayscale: #B7B7B7. Windows color (decimal): -3102775 or 13215696. OLE color: 13215696.
HSL color Cylindrical-coordinate representation of color #D0A7C9: hue angle of 310.24º degrees, saturation: 0.3, 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 #D0A7C9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 201 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.18 |
| HSL | 310.24º | 0.3% | 0.74% | - |
| HSV(B) | 310.24º | 0.2% | 0.82% | - |
| XYZ | 50.37 | 45.26 | 61.34 | - |
| YUV | 183.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 201 | 0 | 0.20 | 0.03 | 0.18 | 310.24 | 0.3 | 0.74 |
| Hex | D0 | A7 | C9 | 0 | 14 | 3 | 12 | 136 | 1E | 4A |
| Octal | 320 | 247 | 311 | 0 | 24 | 3 | 22 | 466 | 36 | 112 |
| Binary | 11010000 | 10100111 | 11001001 | 0 | 10100 | 11 | 10010 | 100110110 | 11110 | 1001010 |
Color Harmonies of #D0A7C9
Complementary color
Monochromatic Colors of #D0A7C9
Black with #D0A7C9
Text Example
Text Example
White with #D0A7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7C9; }
p { color: rgb(208,167,201); }
H1.HeaderClassName
{
color: #D0A7C9;
}
.AnyTagClassName
{
color: #D0A7C9;
}
</style>
background-color css
<style>
a { background-color: #D0A7C9; }
a { background-color: rgb(208,167,201); }
div.DivClassName
{
background-color: #D0A7C9;
}
.BgClassName
{
background-color: #D0A7C9;
}
</style>
border-color css
<style>
span { border-color: #D0A7C9; }
span { border-color: rgb(208,167,201); }
td.TdClassName
{
border-color: #D0A7C9;
}
.TagClassName
{
border-color: #D0A7C9;
}
</style>