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.

#add8e6 lightblue

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



Gradation color code


eaf5f8

e6f3f7

e2f1f6

deeff5

daedf3

d6ebf2

d1e9f1

cde7f0

c9e5ee

c5e3ed

c1e1ec

bddfeb

b9dde9

b5dbe8

b1d9e7

a4cdda

9bc2cf

93b7c3

8aacb8

81a2ac

7997a1

708c95

67818a

5f767e

566c73

4d6167

45565c

3c4b50

334045

2b3639


Similar colors

lightblue
add8e6
powderblue
b0e0e6

afeeee
lightcyan
e0ffff
cyan
00ffff
aqua
00ffff
turquoise
40e0d0

48d1cc

00ced1

20b2aa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.lightblue{
	color : #add8e6;
}
				

Or

.lightblue {
color : lightblue;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:lightblue">
	This color islightblue.
	</span>
				


Applying CSS
This color islightblue.



RGB (three primary color) values

R : 173
G : 216
B : 230



Back to top

Color Floresta.