Shades of Deco #CED089
Tints of Deco #CED089
RGB
CMYK
RGB Variations
Color information
#CED089 (or 0xCED089) is known color: Deco. HEX triplet: CE, D0 and 89. RGB value is (206,208,137). Sum of RGB (Red+Green+Blue) = 206+208+137=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #CED089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED089 is #312F76. Grayscale: #C7C7C7. Windows color (decimal): -3223415 or 9031886. OLE color: 9031886.
HSL color Cylindrical-coordinate representation of color #CED089: hue angle of 61.69º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED089 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 137 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.18 |
| HSL | 61.69º | 0.43% | 0.68% | - |
| HSV(B) | 61.69º | 0.34% | 0.82% | - |
| XYZ | 52.52 | 60.04 | 32.49 | - |
| YUV | 199.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 137 | 0.01 | 0 | 0.34 | 0.18 | 61.69 | 0.43 | 0.68 |
| Hex | CE | D0 | 89 | 1 | 0 | 22 | 12 | 3E | 2B | 44 |
| Octal | 316 | 320 | 211 | 1 | 0 | 42 | 22 | 76 | 53 | 104 |
| Binary | 11001110 | 11010000 | 10001001 | 1 | 0 | 100010 | 10010 | 111110 | 101011 | 1000100 |
Color Harmonies of #CED089
Complementary color
Monochromatic Colors of #CED089
Black with #CED089
Text Example
Text Example
White with #CED089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED089; }
p { color: rgb(206,208,137); }
H1.HeaderClassName
{
color: #CED089;
}
.AnyTagClassName
{
color: #CED089;
}
</style>
background-color css
<style>
a { background-color: #CED089; }
a { background-color: rgb(206,208,137); }
div.DivClassName
{
background-color: #CED089;
}
.BgClassName
{
background-color: #CED089;
}
</style>
border-color css
<style>
span { border-color: #CED089; }
span { border-color: rgb(206,208,137); }
td.TdClassName
{
border-color: #CED089;
}
.TagClassName
{
border-color: #CED089;
}
</style>