Shades of Deco #CED58E
Tints of Deco #CED58E
RGB
CMYK
RGB Variations
Color information
#CED58E (or 0xCED58E) is known color: Deco. HEX triplet: CE, D5 and 8E. RGB value is (206,213,142). Sum of RGB (Red+Green+Blue) = 206+213+142=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #CED58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED58E is #312A71. Grayscale: #CBCBCB. Windows color (decimal): -3222130 or 9360846. OLE color: 9360846.
HSL color Cylindrical-coordinate representation of color #CED58E: hue angle of 65.92º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED58E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 142 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.16 |
| HSL | 65.92º | 0.46% | 0.7% | - |
| HSV(B) | 65.92º | 0.33% | 0.84% | - |
| XYZ | 54.13 | 62.66 | 34.83 | - |
| YUV | 202.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 142 | 0.03 | 0 | 0.33 | 0.16 | 65.92 | 0.46 | 0.7 |
| Hex | CE | D5 | 8E | 3 | 0 | 21 | 10 | 42 | 2E | 46 |
| Octal | 316 | 325 | 216 | 3 | 0 | 41 | 20 | 102 | 56 | 106 |
| Binary | 11001110 | 11010101 | 10001110 | 11 | 0 | 100001 | 10000 | 1000010 | 101110 | 1000110 |
Color Harmonies of #CED58E
Complementary color
Monochromatic Colors of #CED58E
Black with #CED58E
Text Example
Text Example
White with #CED58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED58E; }
p { color: rgb(206,213,142); }
H1.HeaderClassName
{
color: #CED58E;
}
.AnyTagClassName
{
color: #CED58E;
}
</style>
background-color css
<style>
a { background-color: #CED58E; }
a { background-color: rgb(206,213,142); }
div.DivClassName
{
background-color: #CED58E;
}
.BgClassName
{
background-color: #CED58E;
}
</style>
border-color css
<style>
span { border-color: #CED58E; }
span { border-color: rgb(206,213,142); }
td.TdClassName
{
border-color: #CED58E;
}
.TagClassName
{
border-color: #CED58E;
}
</style>