Shades of Deco #CED785
Tints of Deco #CED785
RGB
CMYK
RGB Variations
Color information
#CED785 (or 0xCED785) is known color: Deco. HEX triplet: CE, D7 and 85. RGB value is (206,215,133). Sum of RGB (Red+Green+Blue) = 206+215+133=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #CED785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED785 is #31287A. Grayscale: #CBCBCB. Windows color (decimal): -3221627 or 8771534. OLE color: 8771534.
HSL color Cylindrical-coordinate representation of color #CED785: hue angle of 66.59º degrees, saturation: 0.51, 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 #CED785 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 133 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.16 |
| HSL | 66.59º | 0.51% | 0.68% | - |
| HSV(B) | 66.59º | 0.38% | 0.84% | - |
| XYZ | 53.99 | 63.42 | 31.59 | - |
| YUV | 202.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 133 | 0.04 | 0 | 0.38 | 0.16 | 66.59 | 0.51 | 0.68 |
| Hex | CE | D7 | 85 | 4 | 0 | 26 | 10 | 43 | 33 | 44 |
| Octal | 316 | 327 | 205 | 4 | 0 | 46 | 20 | 103 | 63 | 104 |
| Binary | 11001110 | 11010111 | 10000101 | 100 | 0 | 100110 | 10000 | 1000011 | 110011 | 1000100 |
Color Harmonies of #CED785
Complementary color
Monochromatic Colors of #CED785
Black with #CED785
Text Example
Text Example
White with #CED785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED785; }
p { color: rgb(206,215,133); }
H1.HeaderClassName
{
color: #CED785;
}
.AnyTagClassName
{
color: #CED785;
}
</style>
background-color css
<style>
a { background-color: #CED785; }
a { background-color: rgb(206,215,133); }
div.DivClassName
{
background-color: #CED785;
}
.BgClassName
{
background-color: #CED785;
}
</style>
border-color css
<style>
span { border-color: #CED785; }
span { border-color: rgb(206,215,133); }
td.TdClassName
{
border-color: #CED785;
}
.TagClassName
{
border-color: #CED785;
}
</style>