Shades of Deco #CED083
Tints of Deco #CED083
RGB
CMYK
RGB Variations
Color information
#CED083 (or 0xCED083) is known color: Deco. HEX triplet: CE, D0 and 83. RGB value is (206,208,131). Sum of RGB (Red+Green+Blue) = 206+208+131=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #CED083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED083 is #312F7C. Grayscale: #C6C6C6. Windows color (decimal): -3223421 or 8638670. OLE color: 8638670.
HSL color Cylindrical-coordinate representation of color #CED083: hue angle of 61.56º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED083 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 131 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.18 |
| HSL | 61.56º | 0.45% | 0.66% | - |
| HSV(B) | 61.56º | 0.37% | 0.82% | - |
| XYZ | 52.11 | 59.87 | 30.28 | - |
| YUV | 198.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 131 | 0.01 | 0 | 0.37 | 0.18 | 61.56 | 0.45 | 0.66 |
| Hex | CE | D0 | 83 | 1 | 0 | 25 | 12 | 3E | 2D | 42 |
| Octal | 316 | 320 | 203 | 1 | 0 | 45 | 22 | 76 | 55 | 102 |
| Binary | 11001110 | 11010000 | 10000011 | 1 | 0 | 100101 | 10010 | 111110 | 101101 | 1000010 |
Color Harmonies of #CED083
Complementary color
Monochromatic Colors of #CED083
Black with #CED083
Text Example
Text Example
White with #CED083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED083; }
p { color: rgb(206,208,131); }
H1.HeaderClassName
{
color: #CED083;
}
.AnyTagClassName
{
color: #CED083;
}
</style>
background-color css
<style>
a { background-color: #CED083; }
a { background-color: rgb(206,208,131); }
div.DivClassName
{
background-color: #CED083;
}
.BgClassName
{
background-color: #CED083;
}
</style>
border-color css
<style>
span { border-color: #CED083; }
span { border-color: rgb(206,208,131); }
td.TdClassName
{
border-color: #CED083;
}
.TagClassName
{
border-color: #CED083;
}
</style>