Shades of Deco #CED986
Tints of Deco #CED986
RGB
CMYK
RGB Variations
Color information
#CED986 (or 0xCED986) is known color: Deco. HEX triplet: CE, D9 and 86. RGB value is (206,217,134). Sum of RGB (Red+Green+Blue) = 206+217+134=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #CED986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED986 is #312679. Grayscale: #CCCCCC. Windows color (decimal): -3221114 or 8837582. OLE color: 8837582.
HSL color Cylindrical-coordinate representation of color #CED986: hue angle of 67.95º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED986 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 134 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.15 |
| HSL | 67.95º | 0.52% | 0.69% | - |
| HSV(B) | 67.95º | 0.38% | 0.85% | - |
| XYZ | 54.57 | 64.47 | 32.12 | - |
| YUV | 204.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 134 | 0.05 | 0 | 0.38 | 0.15 | 67.95 | 0.52 | 0.69 |
| Hex | CE | D9 | 86 | 5 | 0 | 26 | F | 44 | 34 | 45 |
| Octal | 316 | 331 | 206 | 5 | 0 | 46 | 17 | 104 | 64 | 105 |
| Binary | 11001110 | 11011001 | 10000110 | 101 | 0 | 100110 | 1111 | 1000100 | 110100 | 1000101 |
Color Harmonies of #CED986
Complementary color
Monochromatic Colors of #CED986
Black with #CED986
Text Example
Text Example
White with #CED986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED986; }
p { color: rgb(206,217,134); }
H1.HeaderClassName
{
color: #CED986;
}
.AnyTagClassName
{
color: #CED986;
}
</style>
background-color css
<style>
a { background-color: #CED986; }
a { background-color: rgb(206,217,134); }
div.DivClassName
{
background-color: #CED986;
}
.BgClassName
{
background-color: #CED986;
}
</style>
border-color css
<style>
span { border-color: #CED986; }
span { border-color: rgb(206,217,134); }
td.TdClassName
{
border-color: #CED986;
}
.TagClassName
{
border-color: #CED986;
}
</style>