Shades of Deco #CED885
Tints of Deco #CED885
RGB
CMYK
RGB Variations
Color information
#CED885 (or 0xCED885) is known color: Deco. HEX triplet: CE, D8 and 85. RGB value is (206,216,133). Sum of RGB (Red+Green+Blue) = 206+216+133=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #CED885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED885 is #31277A. Grayscale: #CBCBCB. Windows color (decimal): -3221371 or 8771790. OLE color: 8771790.
HSL color Cylindrical-coordinate representation of color #CED885: hue angle of 67.23º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED885 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 133 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.15 |
| HSL | 67.23º | 0.52% | 0.68% | - |
| HSV(B) | 67.23º | 0.38% | 0.85% | - |
| XYZ | 54.24 | 63.93 | 31.67 | - |
| YUV | 203.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 133 | 0.05 | 0 | 0.38 | 0.15 | 67.23 | 0.52 | 0.68 |
| Hex | CE | D8 | 85 | 5 | 0 | 26 | F | 43 | 34 | 44 |
| Octal | 316 | 330 | 205 | 5 | 0 | 46 | 17 | 103 | 64 | 104 |
| Binary | 11001110 | 11011000 | 10000101 | 101 | 0 | 100110 | 1111 | 1000011 | 110100 | 1000100 |
Color Harmonies of #CED885
Complementary color
Monochromatic Colors of #CED885
Black with #CED885
Text Example
Text Example
White with #CED885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED885; }
p { color: rgb(206,216,133); }
H1.HeaderClassName
{
color: #CED885;
}
.AnyTagClassName
{
color: #CED885;
}
</style>
background-color css
<style>
a { background-color: #CED885; }
a { background-color: rgb(206,216,133); }
div.DivClassName
{
background-color: #CED885;
}
.BgClassName
{
background-color: #CED885;
}
</style>
border-color css
<style>
span { border-color: #CED885; }
span { border-color: rgb(206,216,133); }
td.TdClassName
{
border-color: #CED885;
}
.TagClassName
{
border-color: #CED885;
}
</style>