Shades of Deco #CED084
Tints of Deco #CED084
RGB
CMYK
RGB Variations
Color information
#CED084 (or 0xCED084) is known color: Deco. HEX triplet: CE, D0 and 84. RGB value is (206,208,132). Sum of RGB (Red+Green+Blue) = 206+208+132=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #CED084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED084 is #312F7B. Grayscale: #C7C7C7. Windows color (decimal): -3223420 or 8704206. OLE color: 8704206.
HSL color Cylindrical-coordinate representation of color #CED084: hue angle of 61.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED084 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 132 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.18 |
| HSL | 61.58º | 0.45% | 0.67% | - |
| HSV(B) | 61.58º | 0.37% | 0.82% | - |
| XYZ | 52.17 | 59.9 | 30.64 | - |
| YUV | 198.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 132 | 0.01 | 0 | 0.37 | 0.18 | 61.58 | 0.45 | 0.67 |
| Hex | CE | D0 | 84 | 1 | 0 | 25 | 12 | 3E | 2D | 43 |
| Octal | 316 | 320 | 204 | 1 | 0 | 45 | 22 | 76 | 55 | 103 |
| Binary | 11001110 | 11010000 | 10000100 | 1 | 0 | 100101 | 10010 | 111110 | 101101 | 1000011 |
Color Harmonies of #CED084
Complementary color
Monochromatic Colors of #CED084
Black with #CED084
Text Example
Text Example
White with #CED084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED084; }
p { color: rgb(206,208,132); }
H1.HeaderClassName
{
color: #CED084;
}
.AnyTagClassName
{
color: #CED084;
}
</style>
background-color css
<style>
a { background-color: #CED084; }
a { background-color: rgb(206,208,132); }
div.DivClassName
{
background-color: #CED084;
}
.BgClassName
{
background-color: #CED084;
}
</style>
border-color css
<style>
span { border-color: #CED084; }
span { border-color: rgb(206,208,132); }
td.TdClassName
{
border-color: #CED084;
}
.TagClassName
{
border-color: #CED084;
}
</style>