Shades of Deco #CED687
Tints of Deco #CED687
RGB
CMYK
RGB Variations
Color information
#CED687 (or 0xCED687) is known color: Deco. HEX triplet: CE, D6 and 87. RGB value is (206,214,135). Sum of RGB (Red+Green+Blue) = 206+214+135=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #CED687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED687 is #312978. Grayscale: #CACACA. Windows color (decimal): -3221881 or 8902350. OLE color: 8902350.
HSL color Cylindrical-coordinate representation of color #CED687: hue angle of 66.08º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED687 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 135 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.16 |
| HSL | 66.08º | 0.49% | 0.68% | - |
| HSV(B) | 66.08º | 0.37% | 0.84% | - |
| XYZ | 53.87 | 62.96 | 32.24 | - |
| YUV | 202.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 135 | 0.04 | 0 | 0.37 | 0.16 | 66.08 | 0.49 | 0.68 |
| Hex | CE | D6 | 87 | 4 | 0 | 25 | 10 | 42 | 31 | 44 |
| Octal | 316 | 326 | 207 | 4 | 0 | 45 | 20 | 102 | 61 | 104 |
| Binary | 11001110 | 11010110 | 10000111 | 100 | 0 | 100101 | 10000 | 1000010 | 110001 | 1000100 |
Color Harmonies of #CED687
Complementary color
Monochromatic Colors of #CED687
Black with #CED687
Text Example
Text Example
White with #CED687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED687; }
p { color: rgb(206,214,135); }
H1.HeaderClassName
{
color: #CED687;
}
.AnyTagClassName
{
color: #CED687;
}
</style>
background-color css
<style>
a { background-color: #CED687; }
a { background-color: rgb(206,214,135); }
div.DivClassName
{
background-color: #CED687;
}
.BgClassName
{
background-color: #CED687;
}
</style>
border-color css
<style>
span { border-color: #CED687; }
span { border-color: rgb(206,214,135); }
td.TdClassName
{
border-color: #CED687;
}
.TagClassName
{
border-color: #CED687;
}
</style>