Shades of Deco #CED789
Tints of Deco #CED789
RGB
CMYK
RGB Variations
Color information
#CED789 (or 0xCED789) is known color: Deco. HEX triplet: CE, D7 and 89. RGB value is (206,215,137). Sum of RGB (Red+Green+Blue) = 206+215+137=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #CED789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED789 is #312876. Grayscale: #CBCBCB. Windows color (decimal): -3221623 or 9033678. OLE color: 9033678.
HSL color Cylindrical-coordinate representation of color #CED789: hue angle of 66.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED789 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 137 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.16 |
| HSL | 66.92º | 0.49% | 0.69% | - |
| HSV(B) | 66.92º | 0.36% | 0.84% | - |
| XYZ | 54.27 | 63.53 | 33.07 | - |
| YUV | 203.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 137 | 0.04 | 0 | 0.36 | 0.16 | 66.92 | 0.49 | 0.69 |
| Hex | CE | D7 | 89 | 4 | 0 | 24 | 10 | 43 | 31 | 45 |
| Octal | 316 | 327 | 211 | 4 | 0 | 44 | 20 | 103 | 61 | 105 |
| Binary | 11001110 | 11010111 | 10001001 | 100 | 0 | 100100 | 10000 | 1000011 | 110001 | 1000101 |
Color Harmonies of #CED789
Complementary color
Monochromatic Colors of #CED789
Black with #CED789
Text Example
Text Example
White with #CED789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED789; }
p { color: rgb(206,215,137); }
H1.HeaderClassName
{
color: #CED789;
}
.AnyTagClassName
{
color: #CED789;
}
</style>
background-color css
<style>
a { background-color: #CED789; }
a { background-color: rgb(206,215,137); }
div.DivClassName
{
background-color: #CED789;
}
.BgClassName
{
background-color: #CED789;
}
</style>
border-color css
<style>
span { border-color: #CED789; }
span { border-color: rgb(206,215,137); }
td.TdClassName
{
border-color: #CED789;
}
.TagClassName
{
border-color: #CED789;
}
</style>