#D1EBC1
#D1EBC1
ライトグレー系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #D1EBC1 | |
| RGB | rgb(209, 235, 193) | |
| RGBA | rgba(209, 235, 193, 1) | |
| HSL | hsl(97, 51%, 84%) | |
| HSV | hsv(97, 18%, 92%) | |
| CMYK | cmyk(11%, 0%, 18%, 8%) |
Aa
白背景
1.28:1不適合
Aa
黒背景
16.36:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #FFFFFF, #D1EBC1, #8ACC61)補色グラデーション
linear-gradient(135deg, #D1EBC1, #DBC1EB)類似色グラデーション
linear-gradient(135deg, #E6EBC1, #D1EBC1, #C1EBC6)ラジアルグロー
radial-gradient(circle, #D1EBC1, #8ACC61)サンセット風
linear-gradient(to right, #D1EBC1, #C1EBC6, #DBC1EB)オーバーレイ
linear-gradient(180deg, #D1EBC1CC, #D1EBC133)CSS使用例
背景色として使用
Hello, World!
background-color: #D1EBC1;テキスト色として使用
Color Text
color: #D1EBC1;ボーダー色として使用
ボーダー要素
border: 3px solid #D1EBC1;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #D1EBC166;