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.

#d3d3d3 lightgray

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



Gradation color code


f4f4f4

f1f1f1

efefef

ededed

ebebeb

e9e9e9

e6e6e6

e4e4e4

e2e2e2

e0e0e0

dedede

dbdbdb

d9d9d9

d7d7d7

d5d5d5

c8c8c8

bdbdbd

b3b3b3

a8a8a8

9e9e9e

939393

898989

7e7e7e

747474

696969

5e5e5e

545454

494949

3f3f3f

343434


Similar colors

dimgray
696969
gray
808080
darkgray
a9a9a9
silver
c0c0c0
lightgray
d3d3d3
gainsboro
dcdcdc

f5f5f5
white
ffffff
snow
fffafa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.lightgray{
	color : #d3d3d3;
}
				

Or

.lightgray {
color : lightgray;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:lightgray">
	This color islightgray.
	</span>
				


Applying CSS
This color islightgray.



RGB (three primary color) values

R : 211
G : 211
B : 211



Back to top

Color Floresta.