Shades of Deco #CECD8B
Tints of Deco #CECD8B
RGB
CMYK
RGB Variations
Color information
#CECD8B (or 0xCECD8B) is known color: Deco. HEX triplet: CE, CD and 8B. RGB value is (206,205,139). Sum of RGB (Red+Green+Blue) = 206+205+139=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD8B is #313274. Grayscale: #C6C6C6. Windows color (decimal): -3224181 or 9162190. OLE color: 9162190.
HSL color Cylindrical-coordinate representation of color #CECD8B: hue angle of 59.1º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECD8B is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 139 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.19 |
| HSL | 59.1º | 0.41% | 0.68% | - |
| HSV(B) | 59.1º | 0.33% | 0.81% | - |
| XYZ | 51.95 | 58.65 | 33.01 | - |
| YUV | 197.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 139 | 0 | 0.00 | 0.33 | 0.19 | 59.1 | 0.41 | 0.68 |
| Hex | CE | CD | 8B | 0 | 0 | 21 | 13 | 3B | 29 | 44 |
| Octal | 316 | 315 | 213 | 0 | 0 | 41 | 23 | 73 | 51 | 104 |
| Binary | 11001110 | 11001101 | 10001011 | 0 | 0 | 100001 | 10011 | 111011 | 101001 | 1000100 |
Color Harmonies of #CECD8B
Complementary color
Monochromatic Colors of #CECD8B
Black with #CECD8B
Text Example
Text Example
White with #CECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD8B; }
p { color: rgb(206,205,139); }
H1.HeaderClassName
{
color: #CECD8B;
}
.AnyTagClassName
{
color: #CECD8B;
}
</style>
background-color css
<style>
a { background-color: #CECD8B; }
a { background-color: rgb(206,205,139); }
div.DivClassName
{
background-color: #CECD8B;
}
.BgClassName
{
background-color: #CECD8B;
}
</style>
border-color css
<style>
span { border-color: #CECD8B; }
span { border-color: rgb(206,205,139); }
td.TdClassName
{
border-color: #CECD8B;
}
.TagClassName
{
border-color: #CECD8B;
}
</style>