Shades of Deco #CED486
Tints of Deco #CED486
RGB
CMYK
RGB Variations
Color information
#CED486 (or 0xCED486) is known color: Deco. HEX triplet: CE, D4 and 86. RGB value is (206,212,134). Sum of RGB (Red+Green+Blue) = 206+212+134=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #CED486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED486 is #312B79. Grayscale: #C9C9C9. Windows color (decimal): -3222394 or 8836302. OLE color: 8836302.
HSL color Cylindrical-coordinate representation of color #CED486: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED486 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 134 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.17 |
| HSL | 64.62º | 0.48% | 0.68% | - |
| HSV(B) | 64.62º | 0.37% | 0.83% | - |
| XYZ | 53.3 | 61.93 | 31.7 | - |
| YUV | 201.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 134 | 0.03 | 0 | 0.37 | 0.17 | 64.62 | 0.48 | 0.68 |
| Hex | CE | D4 | 86 | 3 | 0 | 25 | 11 | 41 | 30 | 44 |
| Octal | 316 | 324 | 206 | 3 | 0 | 45 | 21 | 101 | 60 | 104 |
| Binary | 11001110 | 11010100 | 10000110 | 11 | 0 | 100101 | 10001 | 1000001 | 110000 | 1000100 |
Color Harmonies of #CED486
Complementary color
Monochromatic Colors of #CED486
Black with #CED486
Text Example
Text Example
White with #CED486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED486; }
p { color: rgb(206,212,134); }
H1.HeaderClassName
{
color: #CED486;
}
.AnyTagClassName
{
color: #CED486;
}
</style>
background-color css
<style>
a { background-color: #CED486; }
a { background-color: rgb(206,212,134); }
div.DivClassName
{
background-color: #CED486;
}
.BgClassName
{
background-color: #CED486;
}
</style>
border-color css
<style>
span { border-color: #CED486; }
span { border-color: rgb(206,212,134); }
td.TdClassName
{
border-color: #CED486;
}
.TagClassName
{
border-color: #CED486;
}
</style>