Shades of Deco #CED58C
Tints of Deco #CED58C
RGB
CMYK
RGB Variations
Color information
#CED58C (or 0xCED58C) is known color: Deco. HEX triplet: CE, D5 and 8C. RGB value is (206,213,140). Sum of RGB (Red+Green+Blue) = 206+213+140=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #CED58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED58C is #312A73. Grayscale: #CACACA. Windows color (decimal): -3222132 or 9229774. OLE color: 9229774.
HSL color Cylindrical-coordinate representation of color #CED58C: hue angle of 65.75º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED58C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 140 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.16 |
| HSL | 65.75º | 0.46% | 0.69% | - |
| HSV(B) | 65.75º | 0.34% | 0.84% | - |
| XYZ | 53.98 | 62.6 | 34.05 | - |
| YUV | 202.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 140 | 0.03 | 0 | 0.34 | 0.16 | 65.75 | 0.46 | 0.69 |
| Hex | CE | D5 | 8C | 3 | 0 | 22 | 10 | 42 | 2E | 45 |
| Octal | 316 | 325 | 214 | 3 | 0 | 42 | 20 | 102 | 56 | 105 |
| Binary | 11001110 | 11010101 | 10001100 | 11 | 0 | 100010 | 10000 | 1000010 | 101110 | 1000101 |
Color Harmonies of #CED58C
Complementary color
Monochromatic Colors of #CED58C
Black with #CED58C
Text Example
Text Example
White with #CED58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED58C; }
p { color: rgb(206,213,140); }
H1.HeaderClassName
{
color: #CED58C;
}
.AnyTagClassName
{
color: #CED58C;
}
</style>
background-color css
<style>
a { background-color: #CED58C; }
a { background-color: rgb(206,213,140); }
div.DivClassName
{
background-color: #CED58C;
}
.BgClassName
{
background-color: #CED58C;
}
</style>
border-color css
<style>
span { border-color: #CED58C; }
span { border-color: rgb(206,213,140); }
td.TdClassName
{
border-color: #CED58C;
}
.TagClassName
{
border-color: #CED58C;
}
</style>