Shades of Deco #CECD8E
Tints of Deco #CECD8E
RGB
CMYK
RGB Variations
Color information
#CECD8E (or 0xCECD8E) is known color: Deco. HEX triplet: CE, CD and 8E. RGB value is (206,205,142). Sum of RGB (Red+Green+Blue) = 206+205+142=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD8E is #313271. Grayscale: #C6C6C6. Windows color (decimal): -3224178 or 9358798. OLE color: 9358798.
HSL color Cylindrical-coordinate representation of color #CECD8E: hue angle of 59.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CECD8E is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 142 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.19 |
| HSL | 59.06º | 0.4% | 0.68% | - |
| HSV(B) | 59.06º | 0.31% | 0.81% | - |
| XYZ | 52.17 | 58.74 | 34.18 | - |
| YUV | 198.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 142 | 0 | 0.00 | 0.31 | 0.19 | 59.06 | 0.4 | 0.68 |
| Hex | CE | CD | 8E | 0 | 0 | 1F | 13 | 3B | 28 | 44 |
| Octal | 316 | 315 | 216 | 0 | 0 | 37 | 23 | 73 | 50 | 104 |
| Binary | 11001110 | 11001101 | 10001110 | 0 | 0 | 11111 | 10011 | 111011 | 101000 | 1000100 |
Color Harmonies of #CECD8E
Complementary color
Monochromatic Colors of #CECD8E
Black with #CECD8E
Text Example
Text Example
White with #CECD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD8E; }
p { color: rgb(206,205,142); }
H1.HeaderClassName
{
color: #CECD8E;
}
.AnyTagClassName
{
color: #CECD8E;
}
</style>
background-color css
<style>
a { background-color: #CECD8E; }
a { background-color: rgb(206,205,142); }
div.DivClassName
{
background-color: #CECD8E;
}
.BgClassName
{
background-color: #CECD8E;
}
</style>
border-color css
<style>
span { border-color: #CECD8E; }
span { border-color: rgb(206,205,142); }
td.TdClassName
{
border-color: #CECD8E;
}
.TagClassName
{
border-color: #CECD8E;
}
</style>