Shades of Deco #CED796
Tints of Deco #CED796
RGB
CMYK
RGB Variations
Color information
#CED796 (or 0xCED796) is known color: Deco. HEX triplet: CE, D7 and 96. RGB value is (206,215,150). Sum of RGB (Red+Green+Blue) = 206+215+150=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #CED796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED796 is #312869. Grayscale: #CDCDCD. Windows color (decimal): -3221610 or 9885646. OLE color: 9885646.
HSL color Cylindrical-coordinate representation of color #CED796: hue angle of 68.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED796 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 150 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.16 |
| HSL | 68.31º | 0.45% | 0.72% | - |
| HSV(B) | 68.31º | 0.3% | 0.84% | - |
| XYZ | 55.26 | 63.92 | 38.28 | - |
| YUV | 204.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 150 | 0.04 | 0 | 0.30 | 0.16 | 68.31 | 0.45 | 0.72 |
| Hex | CE | D7 | 96 | 4 | 0 | 1E | 10 | 44 | 2D | 48 |
| Octal | 316 | 327 | 226 | 4 | 0 | 36 | 20 | 104 | 55 | 110 |
| Binary | 11001110 | 11010111 | 10010110 | 100 | 0 | 11110 | 10000 | 1000100 | 101101 | 1001000 |
Color Harmonies of #CED796
Complementary color
Monochromatic Colors of #CED796
Black with #CED796
Text Example
Text Example
White with #CED796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED796; }
p { color: rgb(206,215,150); }
H1.HeaderClassName
{
color: #CED796;
}
.AnyTagClassName
{
color: #CED796;
}
</style>
background-color css
<style>
a { background-color: #CED796; }
a { background-color: rgb(206,215,150); }
div.DivClassName
{
background-color: #CED796;
}
.BgClassName
{
background-color: #CED796;
}
</style>
border-color css
<style>
span { border-color: #CED796; }
span { border-color: rgb(206,215,150); }
td.TdClassName
{
border-color: #CED796;
}
.TagClassName
{
border-color: #CED796;
}
</style>