<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>見本 | You Look Too Cool</title>
	<atom:link href="https://stabucky.com/wp/archives/tag/%e8%a6%8b%e6%9c%ac/feed" rel="self" type="application/rss+xml" />
	<link>https://stabucky.com/wp</link>
	<description>ゆるくつくる stabuckyのブログ</description>
	<lastBuildDate>Mon, 16 Dec 2024 03:08:40 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://stabucky.com/wp/wp-content/uploads/2024/05/cropped-stabucky-32x32.png</url>
	<title>見本 | You Look Too Cool</title>
	<link>https://stabucky.com/wp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>HTML色見本(全体編)</title>
		<link>https://stabucky.com/wp/archives/12844</link>
					<comments>https://stabucky.com/wp/archives/12844#respond</comments>
		
		<dc:creator><![CDATA[stabucky]]></dc:creator>
		<pubDate>Sat, 29 Feb 2020 01:06:09 +0000</pubDate>
				<category><![CDATA[デジタル]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[色]]></category>
		<category><![CDATA[見本]]></category>
		<guid isPermaLink="false">https://stabucky.com/wp/?p=12844</guid>

					<description><![CDATA[カラーネームの付いているものだけピックアップしました。 カラーネーム コード R G B 色 black #000000 0 0 0 the quick brown fox jumps over the lazy dog [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>カラーネームの付いているものだけピックアップしました。<span id="more-12844"></span></p>
<table class="table">
<tr>
<th>カラーネーム</th>
<th>コード</th>
<th>R</th>
<th>G</th>
<th>B</th>
<th>色</th>
</tr>
<tr>
<td>black</td>
<td>#000000</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td><span style='background-color:#000000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>navy</td>
<td>#000080</td>
<td>0</td>
<td>0</td>
<td>128</td>
<td><span style='background-color:#000080'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkblue</td>
<td>#00008B</td>
<td>0</td>
<td>0</td>
<td>139</td>
<td><span style='background-color:#00008B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumblue</td>
<td>#0000CD</td>
<td>0</td>
<td>0</td>
<td>205</td>
<td><span style='background-color:#0000CD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>blue</td>
<td>#0000FF</td>
<td>0</td>
<td>0</td>
<td>255</td>
<td><span style='background-color:#0000FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkgreen</td>
<td>#006400</td>
<td>0</td>
<td>100</td>
<td>0</td>
<td><span style='background-color:#006400'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>green</td>
<td>#008000</td>
<td>0</td>
<td>128</td>
<td>0</td>
<td><span style='background-color:#008000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>teal</td>
<td>#008080</td>
<td>0</td>
<td>128</td>
<td>128</td>
<td><span style='background-color:#008080'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkcyan</td>
<td>#008B8B</td>
<td>0</td>
<td>139</td>
<td>139</td>
<td><span style='background-color:#008B8B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>deepskyblue</td>
<td>#00BFFF</td>
<td>0</td>
<td>191</td>
<td>255</td>
<td><span style='background-color:#00BFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkturquoise</td>
<td>#00CED1</td>
<td>0</td>
<td>206</td>
<td>209</td>
<td><span style='background-color:#00CED1'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumspringgreen</td>
<td>#00FA9A</td>
<td>0</td>
<td>250</td>
<td>154</td>
<td><span style='background-color:#00FA9A'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lime</td>
<td>#00FF00</td>
<td>0</td>
<td>255</td>
<td>0</td>
<td><span style='background-color:#00FF00'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>springgreen</td>
<td>#00FF7F</td>
<td>0</td>
<td>255</td>
<td>127</td>
<td><span style='background-color:#00FF7F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>aqua</td>
<td>#00FFFF</td>
<td>0</td>
<td>255</td>
<td>255</td>
<td><span style='background-color:#00FFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>cyan</td>
<td>#00FFFF</td>
<td>0</td>
<td>255</td>
<td>255</td>
<td><span style='background-color:#00FFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>midnightblue</td>
<td>#191970</td>
<td>25</td>
<td>25</td>
<td>112</td>
<td><span style='background-color:#191970'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>dodgerblue</td>
<td>#1E90FF</td>
<td>30</td>
<td>144</td>
<td>255</td>
<td><span style='background-color:#1E90FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightseagreen</td>
<td>#20B2AA</td>
<td>32</td>
<td>178</td>
<td>170</td>
<td><span style='background-color:#20B2AA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>forestgreen</td>
<td>#228B22</td>
<td>34</td>
<td>139</td>
<td>34</td>
<td><span style='background-color:#228B22'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>seagreen</td>
<td>#2E8B57</td>
<td>46</td>
<td>139</td>
<td>87</td>
<td><span style='background-color:#2E8B57'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkslategray</td>
<td>#2F4F4F</td>
<td>47</td>
<td>79</td>
<td>79</td>
<td><span style='background-color:#2F4F4F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>limegreen</td>
<td>#32CD32</td>
<td>50</td>
<td>205</td>
<td>50</td>
<td><span style='background-color:#32CD32'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumseagreen</td>
<td>#3CB371</td>
<td>60</td>
<td>179</td>
<td>113</td>
<td><span style='background-color:#3CB371'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>turquoise</td>
<td>#40E0D0</td>
<td>64</td>
<td>224</td>
<td>208</td>
<td><span style='background-color:#40E0D0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>royalblue</td>
<td>#4169E1</td>
<td>65</td>
<td>105</td>
<td>225</td>
<td><span style='background-color:#4169E1'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>steelblue</td>
<td>#4682B4</td>
<td>70</td>
<td>130</td>
<td>180</td>
<td><span style='background-color:#4682B4'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkslateblue</td>
<td>#483D8B</td>
<td>72</td>
<td>61</td>
<td>139</td>
<td><span style='background-color:#483D8B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumturquoise</td>
<td>#48D1CC</td>
<td>72</td>
<td>209</td>
<td>204</td>
<td><span style='background-color:#48D1CC'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>indigo</td>
<td>#4B0082</td>
<td>75</td>
<td>0</td>
<td>130</td>
<td><span style='background-color:#4B0082'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkolivegreen</td>
<td>#556B2F</td>
<td>85</td>
<td>107</td>
<td>47</td>
<td><span style='background-color:#556B2F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>cadetblue</td>
<td>#5F9EA0</td>
<td>95</td>
<td>158</td>
<td>160</td>
<td><span style='background-color:#5F9EA0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>cornflowerblue</td>
<td>#6495ED</td>
<td>100</td>
<td>149</td>
<td>237</td>
<td><span style='background-color:#6495ED'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumaquamarine</td>
<td>#66CDAA</td>
<td>102</td>
<td>205</td>
<td>170</td>
<td><span style='background-color:#66CDAA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>dimgray</td>
<td>#696969</td>
<td>105</td>
<td>105</td>
<td>105</td>
<td><span style='background-color:#696969'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>slateblue</td>
<td>#6A5ACD</td>
<td>106</td>
<td>90</td>
<td>205</td>
<td><span style='background-color:#6A5ACD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>olivedrab</td>
<td>#6B8E23</td>
<td>107</td>
<td>142</td>
<td>35</td>
<td><span style='background-color:#6B8E23'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>slategray</td>
<td>#708090</td>
<td>112</td>
<td>128</td>
<td>144</td>
<td><span style='background-color:#708090'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightslategray</td>
<td>#778899</td>
<td>119</td>
<td>136</td>
<td>153</td>
<td><span style='background-color:#778899'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumslateblue</td>
<td>#7B68EE</td>
<td>123</td>
<td>104</td>
<td>238</td>
<td><span style='background-color:#7B68EE'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lawngreen</td>
<td>#7CFC00</td>
<td>124</td>
<td>252</td>
<td>0</td>
<td><span style='background-color:#7CFC00'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>chartreuse</td>
<td>#7FFF00</td>
<td>127</td>
<td>255</td>
<td>0</td>
<td><span style='background-color:#7FFF00'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>aquamarine</td>
<td>#7FFFD4</td>
<td>127</td>
<td>255</td>
<td>212</td>
<td><span style='background-color:#7FFFD4'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>maroon</td>
<td>#800000</td>
<td>128</td>
<td>0</td>
<td>0</td>
<td><span style='background-color:#800000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>purple</td>
<td>#800080</td>
<td>128</td>
<td>0</td>
<td>128</td>
<td><span style='background-color:#800080'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>olive</td>
<td>#808000</td>
<td>128</td>
<td>128</td>
<td>0</td>
<td><span style='background-color:#808000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>gray</td>
<td>#808080</td>
<td>128</td>
<td>128</td>
<td>128</td>
<td><span style='background-color:#808080'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>skyblue</td>
<td>#87CEEB</td>
<td>135</td>
<td>206</td>
<td>235</td>
<td><span style='background-color:#87CEEB'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightskyblue</td>
<td>#87CEFA</td>
<td>135</td>
<td>206</td>
<td>250</td>
<td><span style='background-color:#87CEFA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>blueviolet</td>
<td>#8A2BE2</td>
<td>138</td>
<td>43</td>
<td>226</td>
<td><span style='background-color:#8A2BE2'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkred</td>
<td>#8B0000</td>
<td>139</td>
<td>0</td>
<td>0</td>
<td><span style='background-color:#8B0000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkmagenta</td>
<td>#8B008B</td>
<td>139</td>
<td>0</td>
<td>139</td>
<td><span style='background-color:#8B008B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>saddlebrown</td>
<td>#8B4513</td>
<td>139</td>
<td>69</td>
<td>19</td>
<td><span style='background-color:#8B4513'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkseagreen</td>
<td>#8FBC8F</td>
<td>143</td>
<td>188</td>
<td>143</td>
<td><span style='background-color:#8FBC8F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightgreen</td>
<td>#90EE90</td>
<td>144</td>
<td>238</td>
<td>144</td>
<td><span style='background-color:#90EE90'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumpurple</td>
<td>#9370DB</td>
<td>147</td>
<td>112</td>
<td>219</td>
<td><span style='background-color:#9370DB'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkviolet</td>
<td>#9400D3</td>
<td>148</td>
<td>0</td>
<td>211</td>
<td><span style='background-color:#9400D3'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>palegreen</td>
<td>#98FB98</td>
<td>152</td>
<td>251</td>
<td>152</td>
<td><span style='background-color:#98FB98'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkorchid</td>
<td>#9932CC</td>
<td>153</td>
<td>50</td>
<td>204</td>
<td><span style='background-color:#9932CC'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>yellowgreen</td>
<td>#9ACD32</td>
<td>154</td>
<td>205</td>
<td>50</td>
<td><span style='background-color:#9ACD32'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>sienna</td>
<td>#A0522D</td>
<td>160</td>
<td>82</td>
<td>45</td>
<td><span style='background-color:#A0522D'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>brown</td>
<td>#A52A2A</td>
<td>165</td>
<td>42</td>
<td>42</td>
<td><span style='background-color:#A52A2A'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkgray</td>
<td>#A9A9A9</td>
<td>169</td>
<td>169</td>
<td>169</td>
<td><span style='background-color:#A9A9A9'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightblue</td>
<td>#ADD8E6</td>
<td>173</td>
<td>216</td>
<td>230</td>
<td><span style='background-color:#ADD8E6'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>greenyellow</td>
<td>#ADFF2F</td>
<td>173</td>
<td>255</td>
<td>47</td>
<td><span style='background-color:#ADFF2F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>paleturquoise</td>
<td>#AFEEEE</td>
<td>175</td>
<td>238</td>
<td>238</td>
<td><span style='background-color:#AFEEEE'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightsteelblue</td>
<td>#B0C4DE</td>
<td>176</td>
<td>196</td>
<td>222</td>
<td><span style='background-color:#B0C4DE'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>powderblue</td>
<td>#B0E0E6</td>
<td>176</td>
<td>224</td>
<td>230</td>
<td><span style='background-color:#B0E0E6'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>firebrick</td>
<td>#B22222</td>
<td>178</td>
<td>34</td>
<td>34</td>
<td><span style='background-color:#B22222'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkgoldenrod</td>
<td>#B8860B</td>
<td>184</td>
<td>134</td>
<td>11</td>
<td><span style='background-color:#B8860B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumorchid</td>
<td>#BA55D3</td>
<td>186</td>
<td>85</td>
<td>211</td>
<td><span style='background-color:#BA55D3'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>rosybrown</td>
<td>#BC8F8F</td>
<td>188</td>
<td>143</td>
<td>143</td>
<td><span style='background-color:#BC8F8F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkkhaki</td>
<td>#BDB76B</td>
<td>189</td>
<td>183</td>
<td>107</td>
<td><span style='background-color:#BDB76B'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>silver</td>
<td>#C0C0C0</td>
<td>192</td>
<td>192</td>
<td>192</td>
<td><span style='background-color:#C0C0C0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mediumvioletred</td>
<td>#C71585</td>
<td>199</td>
<td>21</td>
<td>133</td>
<td><span style='background-color:#C71585'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>indianred</td>
<td>#CD5C5C</td>
<td>205</td>
<td>92</td>
<td>92</td>
<td><span style='background-color:#CD5C5C'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>peru</td>
<td>#CD853F</td>
<td>205</td>
<td>133</td>
<td>63</td>
<td><span style='background-color:#CD853F'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>chocolate</td>
<td>#D2691E</td>
<td>210</td>
<td>105</td>
<td>30</td>
<td><span style='background-color:#D2691E'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>tan</td>
<td>#D2B48C</td>
<td>210</td>
<td>180</td>
<td>140</td>
<td><span style='background-color:#D2B48C'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightgray</td>
<td>#D3D3D3</td>
<td>211</td>
<td>211</td>
<td>211</td>
<td><span style='background-color:#D3D3D3'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>thistle</td>
<td>#D8BFD8</td>
<td>216</td>
<td>191</td>
<td>216</td>
<td><span style='background-color:#D8BFD8'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>orchid</td>
<td>#DA70D6</td>
<td>218</td>
<td>112</td>
<td>214</td>
<td><span style='background-color:#DA70D6'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>goldenrod</td>
<td>#DAA520</td>
<td>218</td>
<td>165</td>
<td>32</td>
<td><span style='background-color:#DAA520'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>palevioletred</td>
<td>#DB7093</td>
<td>219</td>
<td>112</td>
<td>147</td>
<td><span style='background-color:#DB7093'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>crimson</td>
<td>#DC143C</td>
<td>220</td>
<td>20</td>
<td>60</td>
<td><span style='background-color:#DC143C'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>gainsboro</td>
<td>#DCDCDC</td>
<td>220</td>
<td>220</td>
<td>220</td>
<td><span style='background-color:#DCDCDC'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>plum</td>
<td>#DDA0DD</td>
<td>221</td>
<td>160</td>
<td>221</td>
<td><span style='background-color:#DDA0DD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>burlywood</td>
<td>#DEB887</td>
<td>222</td>
<td>184</td>
<td>135</td>
<td><span style='background-color:#DEB887'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightcyan</td>
<td>#E0FFFF</td>
<td>224</td>
<td>255</td>
<td>255</td>
<td><span style='background-color:#E0FFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lavender</td>
<td>#E6E6FA</td>
<td>230</td>
<td>230</td>
<td>250</td>
<td><span style='background-color:#E6E6FA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darksalmon</td>
<td>#E9967A</td>
<td>233</td>
<td>150</td>
<td>122</td>
<td><span style='background-color:#E9967A'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>violet</td>
<td>#EE82EE</td>
<td>238</td>
<td>130</td>
<td>238</td>
<td><span style='background-color:#EE82EE'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>palegoldenrod</td>
<td>#EEE8AA</td>
<td>238</td>
<td>232</td>
<td>170</td>
<td><span style='background-color:#EEE8AA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightcoral</td>
<td>#F08080</td>
<td>240</td>
<td>128</td>
<td>128</td>
<td><span style='background-color:#F08080'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>khaki</td>
<td>#F0E68C</td>
<td>240</td>
<td>230</td>
<td>140</td>
<td><span style='background-color:#F0E68C'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>aliceblue</td>
<td>#F0F8FF</td>
<td>240</td>
<td>248</td>
<td>255</td>
<td><span style='background-color:#F0F8FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>honeydew</td>
<td>#F0FFF0</td>
<td>240</td>
<td>255</td>
<td>240</td>
<td><span style='background-color:#F0FFF0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>azure</td>
<td>#F0FFFF</td>
<td>240</td>
<td>255</td>
<td>255</td>
<td><span style='background-color:#F0FFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>sandybrown</td>
<td>#F4A460</td>
<td>244</td>
<td>164</td>
<td>96</td>
<td><span style='background-color:#F4A460'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>wheat</td>
<td>#F5DEB3</td>
<td>245</td>
<td>222</td>
<td>179</td>
<td><span style='background-color:#F5DEB3'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>beige</td>
<td>#F5F5DC</td>
<td>245</td>
<td>245</td>
<td>220</td>
<td><span style='background-color:#F5F5DC'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>whitesmoke</td>
<td>#F5F5F5</td>
<td>245</td>
<td>245</td>
<td>245</td>
<td><span style='background-color:#F5F5F5'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mintcream</td>
<td>#F5FFFA</td>
<td>245</td>
<td>255</td>
<td>250</td>
<td><span style='background-color:#F5FFFA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>ghostwhite</td>
<td>#F8F8FF</td>
<td>248</td>
<td>248</td>
<td>255</td>
<td><span style='background-color:#F8F8FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>salmon</td>
<td>#FA8072</td>
<td>250</td>
<td>128</td>
<td>114</td>
<td><span style='background-color:#FA8072'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>antiquewhite</td>
<td>#FAEBD7</td>
<td>250</td>
<td>235</td>
<td>215</td>
<td><span style='background-color:#FAEBD7'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>linen</td>
<td>#FAF0E6</td>
<td>250</td>
<td>240</td>
<td>230</td>
<td><span style='background-color:#FAF0E6'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightgoldenrodyellow</td>
<td>#FAFAD2</td>
<td>250</td>
<td>250</td>
<td>210</td>
<td><span style='background-color:#FAFAD2'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>oldlace</td>
<td>#FDF5E6</td>
<td>253</td>
<td>245</td>
<td>230</td>
<td><span style='background-color:#FDF5E6'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>red</td>
<td>#FF0000</td>
<td>255</td>
<td>0</td>
<td>0</td>
<td><span style='background-color:#FF0000'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>fuchsia</td>
<td>#FF00FF</td>
<td>255</td>
<td>0</td>
<td>255</td>
<td><span style='background-color:#FF00FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>magenta</td>
<td>#FF00FF</td>
<td>255</td>
<td>0</td>
<td>255</td>
<td><span style='background-color:#FF00FF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>deeppink</td>
<td>#FF1493</td>
<td>255</td>
<td>20</td>
<td>147</td>
<td><span style='background-color:#FF1493'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>orangered</td>
<td>#FF4500</td>
<td>255</td>
<td>69</td>
<td>0</td>
<td><span style='background-color:#FF4500'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>tomato</td>
<td>#FF6347</td>
<td>255</td>
<td>99</td>
<td>71</td>
<td><span style='background-color:#FF6347'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>hotpink</td>
<td>#FF69B4</td>
<td>255</td>
<td>105</td>
<td>180</td>
<td><span style='background-color:#FF69B4'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>coral</td>
<td>#FF7F50</td>
<td>255</td>
<td>127</td>
<td>80</td>
<td><span style='background-color:#FF7F50'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkorange</td>
<td>#FF8C00</td>
<td>255</td>
<td>140</td>
<td>0</td>
<td><span style='background-color:#FF8C00'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightsalmon</td>
<td>#FFA07A</td>
<td>255</td>
<td>160</td>
<td>122</td>
<td><span style='background-color:#FFA07A'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>orange</td>
<td>#FFA500</td>
<td>255</td>
<td>165</td>
<td>0</td>
<td><span style='background-color:#FFA500'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightpink</td>
<td>#FFB6C1</td>
<td>255</td>
<td>182</td>
<td>193</td>
<td><span style='background-color:#FFB6C1'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>pink</td>
<td>#FFC0CB</td>
<td>255</td>
<td>192</td>
<td>203</td>
<td><span style='background-color:#FFC0CB'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>gold</td>
<td>#FFD700</td>
<td>255</td>
<td>215</td>
<td>0</td>
<td><span style='background-color:#FFD700'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>peachpuff</td>
<td>#FFDAB9</td>
<td>255</td>
<td>218</td>
<td>185</td>
<td><span style='background-color:#FFDAB9'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>navajowhite</td>
<td>#FFDEAD</td>
<td>255</td>
<td>222</td>
<td>173</td>
<td><span style='background-color:#FFDEAD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>moccasin</td>
<td>#FFE4B5</td>
<td>255</td>
<td>228</td>
<td>181</td>
<td><span style='background-color:#FFE4B5'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>bisque</td>
<td>#FFE4C4</td>
<td>255</td>
<td>228</td>
<td>196</td>
<td><span style='background-color:#FFE4C4'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>mistyrose</td>
<td>#FFE4E1</td>
<td>255</td>
<td>228</td>
<td>225</td>
<td><span style='background-color:#FFE4E1'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>blanchedalmond</td>
<td>#FFEBCD</td>
<td>255</td>
<td>235</td>
<td>205</td>
<td><span style='background-color:#FFEBCD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>papayawhite</td>
<td>#FFEFD5</td>
<td>255</td>
<td>239</td>
<td>213</td>
<td><span style='background-color:#FFEFD5'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lavenderblush</td>
<td>#FFF0F5</td>
<td>255</td>
<td>240</td>
<td>245</td>
<td><span style='background-color:#FFF0F5'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>seashell</td>
<td>#FFF5EE</td>
<td>255</td>
<td>245</td>
<td>238</td>
<td><span style='background-color:#FFF5EE'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>cornsilk</td>
<td>#FFF8DC</td>
<td>255</td>
<td>248</td>
<td>220</td>
<td><span style='background-color:#FFF8DC'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lemonchiffon</td>
<td>#FFFACD</td>
<td>255</td>
<td>250</td>
<td>205</td>
<td><span style='background-color:#FFFACD'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>floralwhite</td>
<td>#FFFAF0</td>
<td>255</td>
<td>250</td>
<td>240</td>
<td><span style='background-color:#FFFAF0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>snow</td>
<td>#FFFAFA</td>
<td>255</td>
<td>250</td>
<td>250</td>
<td><span style='background-color:#FFFAFA'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>yellow</td>
<td>#FFFF00</td>
<td>255</td>
<td>255</td>
<td>0</td>
<td><span style='background-color:#FFFF00'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightyellow</td>
<td>#FFFFE0</td>
<td>255</td>
<td>255</td>
<td>224</td>
<td><span style='background-color:#FFFFE0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>ivory</td>
<td>#FFFFF0</td>
<td>255</td>
<td>255</td>
<td>240</td>
<td><span style='background-color:#FFFFF0'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>white</td>
<td>#FFFFFF</td>
<td>255</td>
<td>255</td>
<td>255</td>
<td><span style='background-color:#FFFFFF'>the quick brown fox jumps over the lazy dog.</span></td>
</tr>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://stabucky.com/wp/archives/12844/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HTML色見本(モノトーン編)</title>
		<link>https://stabucky.com/wp/archives/32</link>
					<comments>https://stabucky.com/wp/archives/32#respond</comments>
		
		<dc:creator><![CDATA[stabucky]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 00:20:42 +0000</pubDate>
				<category><![CDATA[デジタル]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[色]]></category>
		<category><![CDATA[見本]]></category>
		<guid isPermaLink="false">http://stabucky.com/wp/?p=32</guid>

					<description><![CDATA[モノトーンでカラーネームの付いているものだけピックアップしました。 グレーよりもダークグレーの方が明るい？  カラーネーム コード 色 black #000000 The quick brown fox jumps ov [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>モノトーンでカラーネームの付いているものだけピックアップしました。<br />
グレーよりもダークグレーの方が明るい？ <span id="more-32"></span></p>
<table class="table">
<tbody>
<tr>
<th>カラーネーム</th>
<th>コード</th>
<th>色</th>
</tr>
<tr>
<td>black</td>
<td>#000000</td>
<td><span style="BACKGROUND-COLOR: #000000">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>dimgray</td>
<td>#696969</td>
<td><span style="BACKGROUND-COLOR: #696969">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>gray</td>
<td>#808080</td>
<td><span style="BACKGROUND-COLOR: #808080">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>darkgray</td>
<td>#A9A9A9</td>
<td><span style="BACKGROUND-COLOR: #a9a9a9">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>silver</td>
<td>#C0C0C0</td>
<td><span style="BACKGROUND-COLOR: #c0c0c0">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>lightgrey</td>
<td>#D3D3D3</td>
<td><span style="BACKGROUND-COLOR: #d3d3d3">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>gainsboro</td>
<td>#DCDCDC</td>
<td><span style="BACKGROUND-COLOR: #dcdcdc">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>whitesmoke</td>
<td>#F5F5F5</td>
<td><span style="BACKGROUND-COLOR: #f5f5f5">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
<tr>
<td>white</td>
<td>#FFFFFF</td>
<td><span style="BACKGROUND-COLOR: #ffffff">The quick brown fox jumps over the lazy dog.</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://stabucky.com/wp/archives/32/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
