Shades of Deco #CED48E
Tints of Deco #CED48E
RGB
CMYK
RGB Variations
Color information
#CED48E (or 0xCED48E) is known color: Deco. HEX triplet: CE, D4 and 8E. RGB value is (206,212,142). Sum of RGB (Red+Green+Blue) = 206+212+142=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #CED48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED48E is #312B71. Grayscale: #CACACA. Windows color (decimal): -3222386 or 9360590. OLE color: 9360590.
HSL color Cylindrical-coordinate representation of color #CED48E: hue angle of 65.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED48E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 142 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.17 |
| HSL | 65.14º | 0.45% | 0.69% | - |
| HSV(B) | 65.14º | 0.33% | 0.83% | - |
| XYZ | 53.88 | 62.16 | 34.75 | - |
| YUV | 202.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 142 | 0.03 | 0 | 0.33 | 0.17 | 65.14 | 0.45 | 0.69 |
| Hex | CE | D4 | 8E | 3 | 0 | 21 | 11 | 41 | 2D | 45 |
| Octal | 316 | 324 | 216 | 3 | 0 | 41 | 21 | 101 | 55 | 105 |
| Binary | 11001110 | 11010100 | 10001110 | 11 | 0 | 100001 | 10001 | 1000001 | 101101 | 1000101 |
Color Harmonies of #CED48E
Complementary color
Monochromatic Colors of #CED48E
Black with #CED48E
Text Example
Text Example
White with #CED48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED48E; }
p { color: rgb(206,212,142); }
H1.HeaderClassName
{
color: #CED48E;
}
.AnyTagClassName
{
color: #CED48E;
}
</style>
background-color css
<style>
a { background-color: #CED48E; }
a { background-color: rgb(206,212,142); }
div.DivClassName
{
background-color: #CED48E;
}
.BgClassName
{
background-color: #CED48E;
}
</style>
border-color css
<style>
span { border-color: #CED48E; }
span { border-color: rgb(206,212,142); }
td.TdClassName
{
border-color: #CED48E;
}
.TagClassName
{
border-color: #CED48E;
}
</style>