Shades of Deco #CED983
Tints of Deco #CED983
RGB
CMYK
RGB Variations
Color information
#CED983 (or 0xCED983) is known color: Deco. HEX triplet: CE, D9 and 83. RGB value is (206,217,131). Sum of RGB (Red+Green+Blue) = 206+217+131=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #CED983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED983 is #31267C. Grayscale: #CCCCCC. Windows color (decimal): -3221117 or 8640974. OLE color: 8640974.
HSL color Cylindrical-coordinate representation of color #CED983: hue angle of 67.67º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED983 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 131 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.15 |
| HSL | 67.67º | 0.53% | 0.68% | - |
| HSV(B) | 67.67º | 0.4% | 0.85% | - |
| XYZ | 54.36 | 64.39 | 31.04 | - |
| YUV | 203.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 131 | 0.05 | 0 | 0.40 | 0.15 | 67.67 | 0.53 | 0.68 |
| Hex | CE | D9 | 83 | 5 | 0 | 28 | F | 44 | 35 | 44 |
| Octal | 316 | 331 | 203 | 5 | 0 | 50 | 17 | 104 | 65 | 104 |
| Binary | 11001110 | 11011001 | 10000011 | 101 | 0 | 101000 | 1111 | 1000100 | 110101 | 1000100 |
Color Harmonies of #CED983
Complementary color
Monochromatic Colors of #CED983
Black with #CED983
Text Example
Text Example
White with #CED983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED983; }
p { color: rgb(206,217,131); }
H1.HeaderClassName
{
color: #CED983;
}
.AnyTagClassName
{
color: #CED983;
}
</style>
background-color css
<style>
a { background-color: #CED983; }
a { background-color: rgb(206,217,131); }
div.DivClassName
{
background-color: #CED983;
}
.BgClassName
{
background-color: #CED983;
}
</style>
border-color css
<style>
span { border-color: #CED983; }
span { border-color: rgb(206,217,131); }
td.TdClassName
{
border-color: #CED983;
}
.TagClassName
{
border-color: #CED983;
}
</style>