Shades of Deco #CED196
Tints of Deco #CED196
RGB
CMYK
RGB Variations
Color information
#CED196 (or 0xCED196) is known color: Deco. HEX triplet: CE, D1 and 96. RGB value is (206,209,150). Sum of RGB (Red+Green+Blue) = 206+209+150=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #CED196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED196 is #312E69. Grayscale: #C9C9C9. Windows color (decimal): -3223146 or 9884110. OLE color: 9884110.
HSL color Cylindrical-coordinate representation of color #CED196: hue angle of 63.05º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED196 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 150 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.18 |
| HSL | 63.05º | 0.39% | 0.7% | - |
| HSV(B) | 63.05º | 0.28% | 0.82% | - |
| XYZ | 53.76 | 60.92 | 37.78 | - |
| YUV | 201.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 150 | 0.01 | 0 | 0.28 | 0.18 | 63.05 | 0.39 | 0.7 |
| Hex | CE | D1 | 96 | 1 | 0 | 1C | 12 | 3F | 27 | 46 |
| Octal | 316 | 321 | 226 | 1 | 0 | 34 | 22 | 77 | 47 | 106 |
| Binary | 11001110 | 11010001 | 10010110 | 1 | 0 | 11100 | 10010 | 111111 | 100111 | 1000110 |
Color Harmonies of #CED196
Complementary color
Monochromatic Colors of #CED196
Black with #CED196
Text Example
Text Example
White with #CED196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED196; }
p { color: rgb(206,209,150); }
H1.HeaderClassName
{
color: #CED196;
}
.AnyTagClassName
{
color: #CED196;
}
</style>
background-color css
<style>
a { background-color: #CED196; }
a { background-color: rgb(206,209,150); }
div.DivClassName
{
background-color: #CED196;
}
.BgClassName
{
background-color: #CED196;
}
</style>
border-color css
<style>
span { border-color: #CED196; }
span { border-color: rgb(206,209,150); }
td.TdClassName
{
border-color: #CED196;
}
.TagClassName
{
border-color: #CED196;
}
</style>