Shades of Deco #CED898
Tints of Deco #CED898
RGB
CMYK
RGB Variations
Color information
#CED898 (or 0xCED898) is known color: Deco. HEX triplet: CE, D8 and 98. RGB value is (206,216,152). Sum of RGB (Red+Green+Blue) = 206+216+152=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #CED898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED898 is #312767. Grayscale: #CDCDCD. Windows color (decimal): -3221352 or 10016974. OLE color: 10016974.
HSL color Cylindrical-coordinate representation of color #CED898: hue angle of 69.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED898 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 152 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.15 |
| HSL | 69.38º | 0.45% | 0.72% | - |
| HSV(B) | 69.38º | 0.3% | 0.85% | - |
| XYZ | 55.68 | 64.5 | 39.22 | - |
| YUV | 205.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 152 | 0.05 | 0 | 0.30 | 0.15 | 69.38 | 0.45 | 0.72 |
| Hex | CE | D8 | 98 | 5 | 0 | 1E | F | 45 | 2D | 48 |
| Octal | 316 | 330 | 230 | 5 | 0 | 36 | 17 | 105 | 55 | 110 |
| Binary | 11001110 | 11011000 | 10011000 | 101 | 0 | 11110 | 1111 | 1000101 | 101101 | 1001000 |
Color Harmonies of #CED898
Complementary color
Monochromatic Colors of #CED898
Black with #CED898
Text Example
Text Example
White with #CED898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED898; }
p { color: rgb(206,216,152); }
H1.HeaderClassName
{
color: #CED898;
}
.AnyTagClassName
{
color: #CED898;
}
</style>
background-color css
<style>
a { background-color: #CED898; }
a { background-color: rgb(206,216,152); }
div.DivClassName
{
background-color: #CED898;
}
.BgClassName
{
background-color: #CED898;
}
</style>
border-color css
<style>
span { border-color: #CED898; }
span { border-color: rgb(206,216,152); }
td.TdClassName
{
border-color: #CED898;
}
.TagClassName
{
border-color: #CED898;
}
</style>