Shades of Soft Amber #CEBDA8
Tints of Soft Amber #CEBDA8
RGB
CMYK
RGB Variations
Color information
#CEBDA8 (or 0xCEBDA8) is known color: Soft Amber. HEX triplet: CE, BD and A8. RGB value is (206,189,168). Sum of RGB (Red+Green+Blue) = 206+189+168=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA8 is #314257. Grayscale: #BFBFBF. Windows color (decimal): -3228248 or 11058638. OLE color: 11058638.
HSL color Cylindrical-coordinate representation of color #CEBDA8: hue angle of 33.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBDA8 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 168 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.19 |
| HSL | 33.16º | 0.28% | 0.73% | - |
| HSV(B) | 33.16º | 0.18% | 0.81% | - |
| XYZ | 50.72 | 52.34 | 44.48 | - |
| YUV | 191.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 168 | 0 | 0.08 | 0.18 | 0.19 | 33.16 | 0.28 | 0.73 |
| Hex | CE | BD | A8 | 0 | 8 | 12 | 13 | 21 | 1C | 49 |
| Octal | 316 | 275 | 250 | 0 | 10 | 22 | 23 | 41 | 34 | 111 |
| Binary | 11001110 | 10111101 | 10101000 | 0 | 1000 | 10010 | 10011 | 100001 | 11100 | 1001001 |
Color Harmonies of #CEBDA8
Complementary color
Monochromatic Colors of #CEBDA8
Black with #CEBDA8
Text Example
Text Example
White with #CEBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA8; }
p { color: rgb(206,189,168); }
H1.HeaderClassName
{
color: #CEBDA8;
}
.AnyTagClassName
{
color: #CEBDA8;
}
</style>
background-color css
<style>
a { background-color: #CEBDA8; }
a { background-color: rgb(206,189,168); }
div.DivClassName
{
background-color: #CEBDA8;
}
.BgClassName
{
background-color: #CEBDA8;
}
</style>
border-color css
<style>
span { border-color: #CEBDA8; }
span { border-color: rgb(206,189,168); }
td.TdClassName
{
border-color: #CEBDA8;
}
.TagClassName
{
border-color: #CEBDA8;
}
</style>