Shades of Deco #CED085
Tints of Deco #CED085
RGB
CMYK
RGB Variations
Color information
#CED085 (or 0xCED085) is known color: Deco. HEX triplet: CE, D0 and 85. RGB value is (206,208,133). Sum of RGB (Red+Green+Blue) = 206+208+133=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #CED085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED085 is #312F7A. Grayscale: #C7C7C7. Windows color (decimal): -3223419 or 8769742. OLE color: 8769742.
HSL color Cylindrical-coordinate representation of color #CED085: hue angle of 61.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED085 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 133 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.18 |
| HSL | 61.6º | 0.44% | 0.67% | - |
| HSV(B) | 61.6º | 0.36% | 0.82% | - |
| XYZ | 52.24 | 59.93 | 31 | - |
| YUV | 198.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 133 | 0.01 | 0 | 0.36 | 0.18 | 61.6 | 0.44 | 0.67 |
| Hex | CE | D0 | 85 | 1 | 0 | 24 | 12 | 3E | 2C | 43 |
| Octal | 316 | 320 | 205 | 1 | 0 | 44 | 22 | 76 | 54 | 103 |
| Binary | 11001110 | 11010000 | 10000101 | 1 | 0 | 100100 | 10010 | 111110 | 101100 | 1000011 |
Color Harmonies of #CED085
Complementary color
Monochromatic Colors of #CED085
Black with #CED085
Text Example
Text Example
White with #CED085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED085; }
p { color: rgb(206,208,133); }
H1.HeaderClassName
{
color: #CED085;
}
.AnyTagClassName
{
color: #CED085;
}
</style>
background-color css
<style>
a { background-color: #CED085; }
a { background-color: rgb(206,208,133); }
div.DivClassName
{
background-color: #CED085;
}
.BgClassName
{
background-color: #CED085;
}
</style>
border-color css
<style>
span { border-color: #CED085; }
span { border-color: rgb(206,208,133); }
td.TdClassName
{
border-color: #CED085;
}
.TagClassName
{
border-color: #CED085;
}
</style>