All CSS Colors
#D8BFD8thistle

Thistle

CSS named color · Purple family

HEX#D8BFD8
RGBrgb(216, 191, 216)
HSLhsl(300, 24%, 80%)
CSSthistle

Tints & Shades

#f9f6f9
#f1e9f1
#ecdfec
#e6d6e6
#dec9de
#D8BFD8
#bf97bf
#a46aa4
#7e4e7e
#553455
#291929
LighterDarker

Complementary Color

Thistle

#D8BFD8

Complement

#c0d8c0

hsl(120, 24%, 80%)

CSS Usage

.element {
  color: thistle;
  background-color: thistle;
}

/* Using hex */
.element {
  color: #D8BFD8;
  background-color: #D8BFD8;
}

/* Using RGB */
.element {
  color: rgb(216, 191, 216);
  background-color: rgb(216, 191, 216);
}

Similar Colors

Related Tools

Browse All CSS Colors