Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#d8bfd8 thistle

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


f5eff5

f3ebf3

f1e8f1

efe5ef

ede2ed

ebdfeb

e9dbe9

e7d8e7

e5d5e5

e3d2e3

e1cfe1

dfcbdf

ddc8dd

dbc5db

d9c2d9

cdb5cd

c2abc2

b7a2b7

ac98ac

a28fa2

978597

8c7c8c

817281

766976

6c5f6c

615561

564c56

4b424b

403940

362f36


Similar colors

firebrick
b22222
indianred
cd5c5c
rosybrown
bc8f8f

e9967a

f08080
salmon
fa8072

ffa07a
coral
ff7f50
tomato
ff6347
orangered
ff4500
red
ff0000
crimson
dc143c

c71585
deeppink
ff1493
hotpink
ff69b4

db7093
orange
ffa500
lightpink
ffb6c1
thistle
d8bfd8
magenta
ff00ff
fuchsia
ff00ff
violet
ee82ee
plum
dda0dd
orchid
da70d6

ba55d3


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.thistle{
	color : #d8bfd8;
}
				

Or

.thistle {
color : thistle;
}
				


CSS usage example

<span class="thistle">
This color is thistle.
</span>
				


Write directly in style on HTML

	<span style="color:thistle">
	This color isthistle.
	</span>
				


Applying CSS
This color isthistle.



RGB (three primary color) values

R : 216
G : 191
B : 216



Back to top

Color Floresta.