Shades of Deco #CED685
Tints of Deco #CED685
RGB
CMYK
RGB Variations
Color information
#CED685 (or 0xCED685) is known color: Deco. HEX triplet: CE, D6 and 85. RGB value is (206,214,133). Sum of RGB (Red+Green+Blue) = 206+214+133=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #CED685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED685 is #31297A. Grayscale: #CACACA. Windows color (decimal): -3221883 or 8771278. OLE color: 8771278.
HSL color Cylindrical-coordinate representation of color #CED685: hue angle of 65.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED685 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 133 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.16 |
| HSL | 65.93º | 0.5% | 0.68% | - |
| HSV(B) | 65.93º | 0.38% | 0.84% | - |
| XYZ | 53.73 | 62.91 | 31.5 | - |
| YUV | 202.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 133 | 0.04 | 0 | 0.38 | 0.16 | 65.93 | 0.5 | 0.68 |
| Hex | CE | D6 | 85 | 4 | 0 | 26 | 10 | 42 | 32 | 44 |
| Octal | 316 | 326 | 205 | 4 | 0 | 46 | 20 | 102 | 62 | 104 |
| Binary | 11001110 | 11010110 | 10000101 | 100 | 0 | 100110 | 10000 | 1000010 | 110010 | 1000100 |
Color Harmonies of #CED685
Complementary color
Monochromatic Colors of #CED685
Black with #CED685
Text Example
Text Example
White with #CED685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED685; }
p { color: rgb(206,214,133); }
H1.HeaderClassName
{
color: #CED685;
}
.AnyTagClassName
{
color: #CED685;
}
</style>
background-color css
<style>
a { background-color: #CED685; }
a { background-color: rgb(206,214,133); }
div.DivClassName
{
background-color: #CED685;
}
.BgClassName
{
background-color: #CED685;
}
</style>
border-color css
<style>
span { border-color: #CED685; }
span { border-color: rgb(206,214,133); }
td.TdClassName
{
border-color: #CED685;
}
.TagClassName
{
border-color: #CED685;
}
</style>