Shades of Deco #CECD8D
Tints of Deco #CECD8D
RGB
CMYK
RGB Variations
Color information
#CECD8D (or 0xCECD8D) is known color: Deco. HEX triplet: CE, CD and 8D. RGB value is (206,205,141). Sum of RGB (Red+Green+Blue) = 206+205+141=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD8D is #313272. Grayscale: #C6C6C6. Windows color (decimal): -3224179 or 9293262. OLE color: 9293262.
HSL color Cylindrical-coordinate representation of color #CECD8D: hue angle of 59.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CECD8D is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 141 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.19 |
| HSL | 59.08º | 0.4% | 0.68% | - |
| HSV(B) | 59.08º | 0.32% | 0.81% | - |
| XYZ | 52.09 | 58.71 | 33.79 | - |
| YUV | 198 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 141 | 0 | 0.00 | 0.32 | 0.19 | 59.08 | 0.4 | 0.68 |
| Hex | CE | CD | 8D | 0 | 0 | 20 | 13 | 3B | 28 | 44 |
| Octal | 316 | 315 | 215 | 0 | 0 | 40 | 23 | 73 | 50 | 104 |
| Binary | 11001110 | 11001101 | 10001101 | 0 | 0 | 100000 | 10011 | 111011 | 101000 | 1000100 |
Color Harmonies of #CECD8D
Complementary color
Monochromatic Colors of #CECD8D
Black with #CECD8D
Text Example
Text Example
White with #CECD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD8D; }
p { color: rgb(206,205,141); }
H1.HeaderClassName
{
color: #CECD8D;
}
.AnyTagClassName
{
color: #CECD8D;
}
</style>
background-color css
<style>
a { background-color: #CECD8D; }
a { background-color: rgb(206,205,141); }
div.DivClassName
{
background-color: #CECD8D;
}
.BgClassName
{
background-color: #CECD8D;
}
</style>
border-color css
<style>
span { border-color: #CECD8D; }
span { border-color: rgb(206,205,141); }
td.TdClassName
{
border-color: #CECD8D;
}
.TagClassName
{
border-color: #CECD8D;
}
</style>