Shades of Deco #CED285
Tints of Deco #CED285
RGB
CMYK
RGB Variations
Color information
#CED285 (or 0xCED285) is known color: Deco. HEX triplet: CE, D2 and 85. RGB value is (206,210,133). Sum of RGB (Red+Green+Blue) = 206+210+133=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #CED285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED285 is #312D7A. Grayscale: #C8C8C8. Windows color (decimal): -3222907 or 8770254. OLE color: 8770254.
HSL color Cylindrical-coordinate representation of color #CED285: hue angle of 63.12º degrees, saturation: 0.46, 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 #CED285 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 133 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.18 |
| HSL | 63.12º | 0.46% | 0.67% | - |
| HSV(B) | 63.12º | 0.37% | 0.82% | - |
| XYZ | 52.73 | 60.91 | 31.17 | - |
| YUV | 200.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 133 | 0.02 | 0 | 0.37 | 0.18 | 63.12 | 0.46 | 0.67 |
| Hex | CE | D2 | 85 | 2 | 0 | 25 | 12 | 3F | 2E | 43 |
| Octal | 316 | 322 | 205 | 2 | 0 | 45 | 22 | 77 | 56 | 103 |
| Binary | 11001110 | 11010010 | 10000101 | 10 | 0 | 100101 | 10010 | 111111 | 101110 | 1000011 |
Color Harmonies of #CED285
Complementary color
Monochromatic Colors of #CED285
Black with #CED285
Text Example
Text Example
White with #CED285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED285; }
p { color: rgb(206,210,133); }
H1.HeaderClassName
{
color: #CED285;
}
.AnyTagClassName
{
color: #CED285;
}
</style>
background-color css
<style>
a { background-color: #CED285; }
a { background-color: rgb(206,210,133); }
div.DivClassName
{
background-color: #CED285;
}
.BgClassName
{
background-color: #CED285;
}
</style>
border-color css
<style>
span { border-color: #CED285; }
span { border-color: rgb(206,210,133); }
td.TdClassName
{
border-color: #CED285;
}
.TagClassName
{
border-color: #CED285;
}
</style>