For a long time now it’s been possible to specify CSS colours as RGB triplets, using hexadecimal, decimal, or percentage notation. These all represent the colour white: #ffffff #fff rgb(255, 255, 255) rgb(100%, 100%, 100%) Lots of flexibility – perhaps …
Read more