Shades of Deco #CED287
Tints of Deco #CED287
RGB
CMYK
RGB Variations
Color information
#CED287 (or 0xCED287) is known color: Deco. HEX triplet: CE, D2 and 87. RGB value is (206,210,135). Sum of RGB (Red+Green+Blue) = 206+210+135=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #CED287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED287 is #312D78. Grayscale: #C8C8C8. Windows color (decimal): -3222905 or 8901326. OLE color: 8901326.
HSL color Cylindrical-coordinate representation of color #CED287: hue angle of 63.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED287 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 135 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.18 |
| HSL | 63.2º | 0.45% | 0.68% | - |
| HSV(B) | 63.2º | 0.36% | 0.82% | - |
| XYZ | 52.87 | 60.96 | 31.9 | - |
| YUV | 200.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 135 | 0.02 | 0 | 0.36 | 0.18 | 63.2 | 0.45 | 0.68 |
| Hex | CE | D2 | 87 | 2 | 0 | 24 | 12 | 3F | 2D | 44 |
| Octal | 316 | 322 | 207 | 2 | 0 | 44 | 22 | 77 | 55 | 104 |
| Binary | 11001110 | 11010010 | 10000111 | 10 | 0 | 100100 | 10010 | 111111 | 101101 | 1000100 |
Color Harmonies of #CED287
Complementary color
Monochromatic Colors of #CED287
Black with #CED287
Text Example
Text Example
White with #CED287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED287; }
p { color: rgb(206,210,135); }
H1.HeaderClassName
{
color: #CED287;
}
.AnyTagClassName
{
color: #CED287;
}
</style>
background-color css
<style>
a { background-color: #CED287; }
a { background-color: rgb(206,210,135); }
div.DivClassName
{
background-color: #CED287;
}
.BgClassName
{
background-color: #CED287;
}
</style>
border-color css
<style>
span { border-color: #CED287; }
span { border-color: rgb(206,210,135); }
td.TdClassName
{
border-color: #CED287;
}
.TagClassName
{
border-color: #CED287;
}
</style>