Colors HWB
HWB(色调、白度、黑度)是 CSS4 的建议标准。
HTML 支持
HWB 在 HTML 中尚不受支持,但建议将其作为 CSS4 中的新标准。
在等待 CSS4 时,您可以这样使用 HWB 作为 HTML 属性,如下所示:
实例
<div data-w3-color="hwb(60, 50%, 0)">
<p>London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
</div>
<script src="/js/pickcolor.js"></script>
颜色库
上述示例中使用的 JavaScript 库可以从下面地址获得: