Shades of Deco #CED596
Tints of Deco #CED596
RGB
CMYK
RGB Variations
Color information
#CED596 (or 0xCED596) is known color: Deco. HEX triplet: CE, D5 and 96. RGB value is (206,213,150). Sum of RGB (Red+Green+Blue) = 206+213+150=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #CED596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED596 is #312A69. Grayscale: #CBCBCB. Windows color (decimal): -3222122 or 9885134. OLE color: 9885134.
HSL color Cylindrical-coordinate representation of color #CED596: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED596 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 150 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.16 |
| HSL | 66.67º | 0.43% | 0.71% | - |
| HSV(B) | 66.67º | 0.3% | 0.84% | - |
| XYZ | 54.75 | 62.91 | 38.11 | - |
| YUV | 203.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 150 | 0.03 | 0 | 0.30 | 0.16 | 66.67 | 0.43 | 0.71 |
| Hex | CE | D5 | 96 | 3 | 0 | 1E | 10 | 43 | 2B | 47 |
| Octal | 316 | 325 | 226 | 3 | 0 | 36 | 20 | 103 | 53 | 107 |
| Binary | 11001110 | 11010101 | 10010110 | 11 | 0 | 11110 | 10000 | 1000011 | 101011 | 1000111 |
Color Harmonies of #CED596
Complementary color
Monochromatic Colors of #CED596
Black with #CED596
Text Example
Text Example
White with #CED596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED596; }
p { color: rgb(206,213,150); }
H1.HeaderClassName
{
color: #CED596;
}
.AnyTagClassName
{
color: #CED596;
}
</style>
background-color css
<style>
a { background-color: #CED596; }
a { background-color: rgb(206,213,150); }
div.DivClassName
{
background-color: #CED596;
}
.BgClassName
{
background-color: #CED596;
}
</style>
border-color css
<style>
span { border-color: #CED596; }
span { border-color: rgb(206,213,150); }
td.TdClassName
{
border-color: #CED596;
}
.TagClassName
{
border-color: #CED596;
}
</style>