Shades of Deco #CED97E
Tints of Deco #CED97E
RGB
CMYK
RGB Variations
Color information
#CED97E (or 0xCED97E) is known color: Deco. HEX triplet: CE, D9 and 7E. RGB value is (206,217,126). Sum of RGB (Red+Green+Blue) = 206+217+126=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #CED97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED97E is #312681. Grayscale: #CBCBCB. Windows color (decimal): -3221122 or 8313294. OLE color: 8313294.
HSL color Cylindrical-coordinate representation of color #CED97E: hue angle of 67.25º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED97E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 126 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 67.25º | 0.54% | 0.67% | - |
| HSV(B) | 67.25º | 0.42% | 0.85% | - |
| XYZ | 54.03 | 64.25 | 29.29 | - |
| YUV | 203.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 126 | 0.05 | 0 | 0.42 | 0.15 | 67.25 | 0.54 | 0.67 |
| Hex | CE | D9 | 7E | 5 | 0 | 2A | F | 43 | 36 | 43 |
| Octal | 316 | 331 | 176 | 5 | 0 | 52 | 17 | 103 | 66 | 103 |
| Binary | 11001110 | 11011001 | 1111110 | 101 | 0 | 101010 | 1111 | 1000011 | 110110 | 1000011 |
Color Harmonies of #CED97E
Complementary color
Monochromatic Colors of #CED97E
Black with #CED97E
Text Example
Text Example
White with #CED97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED97E; }
p { color: rgb(206,217,126); }
H1.HeaderClassName
{
color: #CED97E;
}
.AnyTagClassName
{
color: #CED97E;
}
</style>
background-color css
<style>
a { background-color: #CED97E; }
a { background-color: rgb(206,217,126); }
div.DivClassName
{
background-color: #CED97E;
}
.BgClassName
{
background-color: #CED97E;
}
</style>
border-color css
<style>
span { border-color: #CED97E; }
span { border-color: rgb(206,217,126); }
td.TdClassName
{
border-color: #CED97E;
}
.TagClassName
{
border-color: #CED97E;
}
</style>