Shades of Soft Amber #CEBDAE
Tints of Soft Amber #CEBDAE
RGB
CMYK
RGB Variations
Color information
#CEBDAE (or 0xCEBDAE) is known color: Soft Amber. HEX triplet: CE, BD and AE. RGB value is (206,189,174). Sum of RGB (Red+Green+Blue) = 206+189+174=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAE is #314251. Grayscale: #C0C0C0. Windows color (decimal): -3228242 or 11451854. OLE color: 11451854.
HSL color Cylindrical-coordinate representation of color #CEBDAE: hue angle of 28.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBDAE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 174 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.19 |
| HSL | 28.13º | 0.25% | 0.75% | - |
| HSV(B) | 28.13º | 0.16% | 0.81% | - |
| XYZ | 51.29 | 52.57 | 47.49 | - |
| YUV | 192.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 174 | 0 | 0.08 | 0.16 | 0.19 | 28.13 | 0.25 | 0.75 |
| Hex | CE | BD | AE | 0 | 8 | 10 | 13 | 1C | 19 | 4B |
| Octal | 316 | 275 | 256 | 0 | 10 | 20 | 23 | 34 | 31 | 113 |
| Binary | 11001110 | 10111101 | 10101110 | 0 | 1000 | 10000 | 10011 | 11100 | 11001 | 1001011 |
Color Harmonies of #CEBDAE
Complementary color
Monochromatic Colors of #CEBDAE
Black with #CEBDAE
Text Example
Text Example
White with #CEBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDAE; }
p { color: rgb(206,189,174); }
H1.HeaderClassName
{
color: #CEBDAE;
}
.AnyTagClassName
{
color: #CEBDAE;
}
</style>
background-color css
<style>
a { background-color: #CEBDAE; }
a { background-color: rgb(206,189,174); }
div.DivClassName
{
background-color: #CEBDAE;
}
.BgClassName
{
background-color: #CEBDAE;
}
</style>
border-color css
<style>
span { border-color: #CEBDAE; }
span { border-color: rgb(206,189,174); }
td.TdClassName
{
border-color: #CEBDAE;
}
.TagClassName
{
border-color: #CEBDAE;
}
</style>