Shades of Deco #CED981
Tints of Deco #CED981
RGB
CMYK
RGB Variations
Color information
#CED981 (or 0xCED981) is known color: Deco. HEX triplet: CE, D9 and 81. RGB value is (206,217,129). Sum of RGB (Red+Green+Blue) = 206+217+129=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #CED981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED981 is #31267E. Grayscale: #CCCCCC. Windows color (decimal): -3221119 or 8509902. OLE color: 8509902.
HSL color Cylindrical-coordinate representation of color #CED981: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED981 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 129 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.15 |
| HSL | 67.5º | 0.54% | 0.68% | - |
| HSV(B) | 67.5º | 0.41% | 0.85% | - |
| XYZ | 54.23 | 64.33 | 30.33 | - |
| YUV | 203.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 129 | 0.05 | 0 | 0.41 | 0.15 | 67.5 | 0.54 | 0.68 |
| Hex | CE | D9 | 81 | 5 | 0 | 29 | F | 44 | 36 | 44 |
| Octal | 316 | 331 | 201 | 5 | 0 | 51 | 17 | 104 | 66 | 104 |
| Binary | 11001110 | 11011001 | 10000001 | 101 | 0 | 101001 | 1111 | 1000100 | 110110 | 1000100 |
Color Harmonies of #CED981
Complementary color
Monochromatic Colors of #CED981
Black with #CED981
Text Example
Text Example
White with #CED981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED981; }
p { color: rgb(206,217,129); }
H1.HeaderClassName
{
color: #CED981;
}
.AnyTagClassName
{
color: #CED981;
}
</style>
background-color css
<style>
a { background-color: #CED981; }
a { background-color: rgb(206,217,129); }
div.DivClassName
{
background-color: #CED981;
}
.BgClassName
{
background-color: #CED981;
}
</style>
border-color css
<style>
span { border-color: #CED981; }
span { border-color: rgb(206,217,129); }
td.TdClassName
{
border-color: #CED981;
}
.TagClassName
{
border-color: #CED981;
}
</style>