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.

#e6e6fa lavender

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



Gradation color code


f8f8fd

f7f7fd

f6f6fd

f5f5fd

f3f3fc

f2f2fc

f1f1fc

f0f0fc

eeeefb

ededfb

ececfb

ebebfb

e9e9fa

e8e8fa

e7e7fa

dadaed

cfcfe1

c3c3d4

b8b8c8

acacbb

a1a1af

9595a2

8a8a96

7e7e89

73737d

676770

5c5c64

505057

45454b

39393e


Similar colors


b0c4de

778899
slategray
708090
steelblue
4682b4
royalblue
4169e1

191970
navy
000080
darkblue
00008b

0000cd
blue
0000ff

1e90ff

6495ed

00bfff

87cefa
skyblue
87ceeb


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.lavender{
	color : #e6e6fa;
}
				

Or

.lavender {
color : lavender;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:lavender">
	This color islavender.
	</span>
				


Applying CSS
This color islavender.



RGB (three primary color) values

R : 230
G : 230
B : 250



Back to top

Color Floresta.