Shades of Deco #CED97F
Tints of Deco #CED97F
RGB
CMYK
RGB Variations
Color information
#CED97F (or 0xCED97F) is known color: Deco. HEX triplet: CE, D9 and 7F. RGB value is (206,217,127). Sum of RGB (Red+Green+Blue) = 206+217+127=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #CED97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED97F is #312680. Grayscale: #CBCBCB. Windows color (decimal): -3221121 or 8378830. OLE color: 8378830.
HSL color Cylindrical-coordinate representation of color #CED97F: hue angle of 67.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED97F is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 127 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.15 |
| HSL | 67.33º | 0.54% | 0.67% | - |
| HSV(B) | 67.33º | 0.41% | 0.85% | - |
| XYZ | 54.1 | 64.28 | 29.63 | - |
| YUV | 203.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 127 | 0.05 | 0 | 0.41 | 0.15 | 67.33 | 0.54 | 0.67 |
| Hex | CE | D9 | 7F | 5 | 0 | 29 | F | 43 | 36 | 43 |
| Octal | 316 | 331 | 177 | 5 | 0 | 51 | 17 | 103 | 66 | 103 |
| Binary | 11001110 | 11011001 | 1111111 | 101 | 0 | 101001 | 1111 | 1000011 | 110110 | 1000011 |
Color Harmonies of #CED97F
Complementary color
Monochromatic Colors of #CED97F
Black with #CED97F
Text Example
Text Example
White with #CED97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED97F; }
p { color: rgb(206,217,127); }
H1.HeaderClassName
{
color: #CED97F;
}
.AnyTagClassName
{
color: #CED97F;
}
</style>
background-color css
<style>
a { background-color: #CED97F; }
a { background-color: rgb(206,217,127); }
div.DivClassName
{
background-color: #CED97F;
}
.BgClassName
{
background-color: #CED97F;
}
</style>
border-color css
<style>
span { border-color: #CED97F; }
span { border-color: rgb(206,217,127); }
td.TdClassName
{
border-color: #CED97F;
}
.TagClassName
{
border-color: #CED97F;
}
</style>