Shades of Deco #CED598
Tints of Deco #CED598
RGB
CMYK
RGB Variations
Color information
#CED598 (or 0xCED598) is known color: Deco. HEX triplet: CE, D5 and 98. RGB value is (206,213,152). Sum of RGB (Red+Green+Blue) = 206+213+152=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #CED598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED598 is #312A67. Grayscale: #CCCCCC. Windows color (decimal): -3222120 or 10016206. OLE color: 10016206.
HSL color Cylindrical-coordinate representation of color #CED598: hue angle of 66.89º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED598 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 152 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.16 |
| HSL | 66.89º | 0.42% | 0.72% | - |
| HSV(B) | 66.89º | 0.29% | 0.84% | - |
| XYZ | 54.92 | 62.98 | 38.97 | - |
| YUV | 203.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 152 | 0.03 | 0 | 0.29 | 0.16 | 66.89 | 0.42 | 0.72 |
| Hex | CE | D5 | 98 | 3 | 0 | 1D | 10 | 43 | 2A | 48 |
| Octal | 316 | 325 | 230 | 3 | 0 | 35 | 20 | 103 | 52 | 110 |
| Binary | 11001110 | 11010101 | 10011000 | 11 | 0 | 11101 | 10000 | 1000011 | 101010 | 1001000 |
Color Harmonies of #CED598
Complementary color
Monochromatic Colors of #CED598
Black with #CED598
Text Example
Text Example
White with #CED598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED598; }
p { color: rgb(206,213,152); }
H1.HeaderClassName
{
color: #CED598;
}
.AnyTagClassName
{
color: #CED598;
}
</style>
background-color css
<style>
a { background-color: #CED598; }
a { background-color: rgb(206,213,152); }
div.DivClassName
{
background-color: #CED598;
}
.BgClassName
{
background-color: #CED598;
}
</style>
border-color css
<style>
span { border-color: #CED598; }
span { border-color: rgb(206,213,152); }
td.TdClassName
{
border-color: #CED598;
}
.TagClassName
{
border-color: #CED598;
}
</style>