🎯 实时颜色效果演示
导航栏颜色
卡片背景色
按钮颜色
边框/文字颜色
文字与边框
当前颜色
#eebabe
/* 生成的CSS代码 */
color: #eebabe;
background-color: #eebabe;
border-color: #eebabe;
/* 渐变背景 */
background: linear-gradient(135deg, #eebabe 0%, #efc0c4 100%);
/* 导航颜色 */
.header{
background-color: #eebabe;
color: #ffffff;
}
/* 卡片背景 + 边框 */
.card{
background-color: #eebabe0a;
border: 1px solid #eebabe25;
}
/* 文字 / 边框颜色 */
.text-border{
color: #eebabe;
border-color: #eebabe;
}
/* 按钮样式 */
.btn{
background-color: #eebabe;
color: #ffffff;
padding: 6px 14px;
border-radius: 4px;
border: none;
}
.btn:hover{
opacity: 0.9;
}
颜色数据大全
十六进制: #EEBABE
RGB: rgb(238,186,190)
RGB 百分比: 93.3% / 72.9% / 74.5%
十进制: 238 / 186 / 190
CMYK: 6.7% / 27.1% / 25.5% / 0%
CMY: 6.7% / 27.1% / 25.5%
YIQ: 202
YUV: 202 / -5.9 / 31.58
网页安全色: #ffcccc
CIE-LAB / LUV / LCH / Hunter-Lab: 已内置计算(专业色值引擎)
颜色反转
灰度 / 互补色