Shades of Deco #CED889
Tints of Deco #CED889
RGB
CMYK
RGB Variations
Color information
#CED889 (or 0xCED889) is known color: Deco. HEX triplet: CE, D8 and 89. RGB value is (206,216,137). Sum of RGB (Red+Green+Blue) = 206+216+137=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CED889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED889 is #312776. Grayscale: #CCCCCC. Windows color (decimal): -3221367 or 9033934. OLE color: 9033934.
HSL color Cylindrical-coordinate representation of color #CED889: hue angle of 67.59º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED889 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 137 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.15 |
| HSL | 67.59º | 0.5% | 0.69% | - |
| HSV(B) | 67.59º | 0.37% | 0.85% | - |
| XYZ | 54.52 | 64.04 | 33.15 | - |
| YUV | 204 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 137 | 0.05 | 0 | 0.37 | 0.15 | 67.59 | 0.5 | 0.69 |
| Hex | CE | D8 | 89 | 5 | 0 | 25 | F | 44 | 32 | 45 |
| Octal | 316 | 330 | 211 | 5 | 0 | 45 | 17 | 104 | 62 | 105 |
| Binary | 11001110 | 11011000 | 10001001 | 101 | 0 | 100101 | 1111 | 1000100 | 110010 | 1000101 |
Color Harmonies of #CED889
Complementary color
Monochromatic Colors of #CED889
Black with #CED889
Text Example
Text Example
White with #CED889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED889; }
p { color: rgb(206,216,137); }
H1.HeaderClassName
{
color: #CED889;
}
.AnyTagClassName
{
color: #CED889;
}
</style>
background-color css
<style>
a { background-color: #CED889; }
a { background-color: rgb(206,216,137); }
div.DivClassName
{
background-color: #CED889;
}
.BgClassName
{
background-color: #CED889;
}
</style>
border-color css
<style>
span { border-color: #CED889; }
span { border-color: rgb(206,216,137); }
td.TdClassName
{
border-color: #CED889;
}
.TagClassName
{
border-color: #CED889;
}
</style>