Shades of Deco #CED98A
Tints of Deco #CED98A
RGB
CMYK
RGB Variations
Color information
#CED98A (or 0xCED98A) is known color: Deco. HEX triplet: CE, D9 and 8A. RGB value is (206,217,138). Sum of RGB (Red+Green+Blue) = 206+217+138=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #CED98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED98A is #312675. Grayscale: #CDCDCD. Windows color (decimal): -3221110 or 9099726. OLE color: 9099726.
HSL color Cylindrical-coordinate representation of color #CED98A: hue angle of 68.35º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED98A is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 138 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.15 |
| HSL | 68.35º | 0.51% | 0.7% | - |
| HSV(B) | 68.35º | 0.36% | 0.85% | - |
| XYZ | 54.85 | 64.58 | 33.62 | - |
| YUV | 204.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 138 | 0.05 | 0 | 0.36 | 0.15 | 68.35 | 0.51 | 0.7 |
| Hex | CE | D9 | 8A | 5 | 0 | 24 | F | 44 | 33 | 46 |
| Octal | 316 | 331 | 212 | 5 | 0 | 44 | 17 | 104 | 63 | 106 |
| Binary | 11001110 | 11011001 | 10001010 | 101 | 0 | 100100 | 1111 | 1000100 | 110011 | 1000110 |
Color Harmonies of #CED98A
Complementary color
Monochromatic Colors of #CED98A
Black with #CED98A
Text Example
Text Example
White with #CED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED98A; }
p { color: rgb(206,217,138); }
H1.HeaderClassName
{
color: #CED98A;
}
.AnyTagClassName
{
color: #CED98A;
}
</style>
background-color css
<style>
a { background-color: #CED98A; }
a { background-color: rgb(206,217,138); }
div.DivClassName
{
background-color: #CED98A;
}
.BgClassName
{
background-color: #CED98A;
}
</style>
border-color css
<style>
span { border-color: #CED98A; }
span { border-color: rgb(206,217,138); }
td.TdClassName
{
border-color: #CED98A;
}
.TagClassName
{
border-color: #CED98A;
}
</style>