Shades of Deco #CED996
Tints of Deco #CED996
RGB
CMYK
RGB Variations
Color information
#CED996 (or 0xCED996) is known color: Deco. HEX triplet: CE, D9 and 96. RGB value is (206,217,150). Sum of RGB (Red+Green+Blue) = 206+217+150=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CED996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED996 is #312669. Grayscale: #CECECE. Windows color (decimal): -3221098 or 9886158. OLE color: 9886158.
HSL color Cylindrical-coordinate representation of color #CED996: hue angle of 69.85º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED996 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 150 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.15 |
| HSL | 69.85º | 0.47% | 0.72% | - |
| HSV(B) | 69.85º | 0.31% | 0.85% | - |
| XYZ | 55.77 | 64.95 | 38.45 | - |
| YUV | 206.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 150 | 0.05 | 0 | 0.31 | 0.15 | 69.85 | 0.47 | 0.72 |
| Hex | CE | D9 | 96 | 5 | 0 | 1F | F | 46 | 2F | 48 |
| Octal | 316 | 331 | 226 | 5 | 0 | 37 | 17 | 106 | 57 | 110 |
| Binary | 11001110 | 11011001 | 10010110 | 101 | 0 | 11111 | 1111 | 1000110 | 101111 | 1001000 |
Color Harmonies of #CED996
Complementary color
Monochromatic Colors of #CED996
Black with #CED996
Text Example
Text Example
White with #CED996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED996; }
p { color: rgb(206,217,150); }
H1.HeaderClassName
{
color: #CED996;
}
.AnyTagClassName
{
color: #CED996;
}
</style>
background-color css
<style>
a { background-color: #CED996; }
a { background-color: rgb(206,217,150); }
div.DivClassName
{
background-color: #CED996;
}
.BgClassName
{
background-color: #CED996;
}
</style>
border-color css
<style>
span { border-color: #CED996; }
span { border-color: rgb(206,217,150); }
td.TdClassName
{
border-color: #CED996;
}
.TagClassName
{
border-color: #CED996;
}
</style>