Shades of Lilac #D0A0CF
Tints of Lilac #D0A0CF
RGB
CMYK
RGB Variations
Color information
#D0A0CF (or 0xD0A0CF) is known color: Lilac. HEX triplet: D0, A0 and CF. RGB value is (208,160,207). Sum of RGB (Red+Green+Blue) = 208+160+207=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0CF is #2F5F30. Grayscale: #B3B3B3. Windows color (decimal): -3104561 or 13607120. OLE color: 13607120.
HSL color Cylindrical-coordinate representation of color #D0A0CF: hue angle of 301.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0CF is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 207 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.18 |
| HSL | 301.25º | 0.34% | 0.72% | - |
| HSV(B) | 301.25º | 0.23% | 0.82% | - |
| XYZ | 49.85 | 43.06 | 64.72 | - |
| YUV | 179.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 207 | 0 | 0.23 | 0.00 | 0.18 | 301.25 | 0.34 | 0.72 |
| Hex | D0 | A0 | CF | 0 | 17 | 0 | 12 | 12D | 22 | 48 |
| Octal | 320 | 240 | 317 | 0 | 27 | 0 | 22 | 455 | 42 | 110 |
| Binary | 11010000 | 10100000 | 11001111 | 0 | 10111 | 0 | 10010 | 100101101 | 100010 | 1001000 |
Color Harmonies of #D0A0CF
Complementary color
Monochromatic Colors of #D0A0CF
Black with #D0A0CF
Text Example
Text Example
White with #D0A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0CF; }
p { color: rgb(208,160,207); }
H1.HeaderClassName
{
color: #D0A0CF;
}
.AnyTagClassName
{
color: #D0A0CF;
}
</style>
background-color css
<style>
a { background-color: #D0A0CF; }
a { background-color: rgb(208,160,207); }
div.DivClassName
{
background-color: #D0A0CF;
}
.BgClassName
{
background-color: #D0A0CF;
}
</style>
border-color css
<style>
span { border-color: #D0A0CF; }
span { border-color: rgb(208,160,207); }
td.TdClassName
{
border-color: #D0A0CF;
}
.TagClassName
{
border-color: #D0A0CF;
}
</style>