Shades of Deco #CED276
Tints of Deco #CED276
RGB
CMYK
RGB Variations
Color information
#CED276 (or 0xCED276) is known color: Deco. HEX triplet: CE, D2 and 76. RGB value is (206,210,118). Sum of RGB (Red+Green+Blue) = 206+210+118=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #CED276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED276 is #312D89. Grayscale: #C6C6C6. Windows color (decimal): -3222922 or 7787214. OLE color: 7787214.
HSL color Cylindrical-coordinate representation of color #CED276: hue angle of 62.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED276 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 118 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.18 |
| HSL | 62.61º | 0.51% | 0.64% | - |
| HSV(B) | 62.61º | 0.44% | 0.82% | - |
| XYZ | 51.77 | 60.52 | 26.09 | - |
| YUV | 198.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 118 | 0.02 | 0 | 0.44 | 0.18 | 62.61 | 0.51 | 0.64 |
| Hex | CE | D2 | 76 | 2 | 0 | 2C | 12 | 3F | 33 | 40 |
| Octal | 316 | 322 | 166 | 2 | 0 | 54 | 22 | 77 | 63 | 100 |
| Binary | 11001110 | 11010010 | 1110110 | 10 | 0 | 101100 | 10010 | 111111 | 110011 | 1000000 |
Color Harmonies of #CED276
Complementary color
Monochromatic Colors of #CED276
Black with #CED276
Text Example
Text Example
White with #CED276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED276; }
p { color: rgb(206,210,118); }
H1.HeaderClassName
{
color: #CED276;
}
.AnyTagClassName
{
color: #CED276;
}
</style>
background-color css
<style>
a { background-color: #CED276; }
a { background-color: rgb(206,210,118); }
div.DivClassName
{
background-color: #CED276;
}
.BgClassName
{
background-color: #CED276;
}
</style>
border-color css
<style>
span { border-color: #CED276; }
span { border-color: rgb(206,210,118); }
td.TdClassName
{
border-color: #CED276;
}
.TagClassName
{
border-color: #CED276;
}
</style>