Shades of Deco #CED489
Tints of Deco #CED489
RGB
CMYK
RGB Variations
Color information
#CED489 (or 0xCED489) is known color: Deco. HEX triplet: CE, D4 and 89. RGB value is (206,212,137). Sum of RGB (Red+Green+Blue) = 206+212+137=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #CED489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED489 is #312B76. Grayscale: #C9C9C9. Windows color (decimal): -3222391 or 9032910. OLE color: 9032910.
HSL color Cylindrical-coordinate representation of color #CED489: hue angle of 64.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CED489 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 137 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.17 |
| HSL | 64.8º | 0.47% | 0.68% | - |
| HSV(B) | 64.8º | 0.35% | 0.83% | - |
| XYZ | 53.51 | 62.01 | 32.82 | - |
| YUV | 201.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 137 | 0.03 | 0 | 0.35 | 0.17 | 64.8 | 0.47 | 0.68 |
| Hex | CE | D4 | 89 | 3 | 0 | 23 | 11 | 41 | 2F | 44 |
| Octal | 316 | 324 | 211 | 3 | 0 | 43 | 21 | 101 | 57 | 104 |
| Binary | 11001110 | 11010100 | 10001001 | 11 | 0 | 100011 | 10001 | 1000001 | 101111 | 1000100 |
Color Harmonies of #CED489
Complementary color
Monochromatic Colors of #CED489
Black with #CED489
Text Example
Text Example
White with #CED489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED489; }
p { color: rgb(206,212,137); }
H1.HeaderClassName
{
color: #CED489;
}
.AnyTagClassName
{
color: #CED489;
}
</style>
background-color css
<style>
a { background-color: #CED489; }
a { background-color: rgb(206,212,137); }
div.DivClassName
{
background-color: #CED489;
}
.BgClassName
{
background-color: #CED489;
}
</style>
border-color css
<style>
span { border-color: #CED489; }
span { border-color: rgb(206,212,137); }
td.TdClassName
{
border-color: #CED489;
}
.TagClassName
{
border-color: #CED489;
}
</style>