Shades of Deco #CED88C
Tints of Deco #CED88C
RGB
CMYK
RGB Variations
Color information
#CED88C (or 0xCED88C) is known color: Deco. HEX triplet: CE, D8 and 8C. RGB value is (206,216,140). Sum of RGB (Red+Green+Blue) = 206+216+140=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #CED88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED88C is #312773. Grayscale: #CCCCCC. Windows color (decimal): -3221364 or 9230542. OLE color: 9230542.
HSL color Cylindrical-coordinate representation of color #CED88C: hue angle of 67.89º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CED88C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 140 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.15 |
| HSL | 67.89º | 0.49% | 0.7% | - |
| HSV(B) | 67.89º | 0.35% | 0.85% | - |
| XYZ | 54.74 | 64.13 | 34.3 | - |
| YUV | 204.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 140 | 0.05 | 0 | 0.35 | 0.15 | 67.89 | 0.49 | 0.7 |
| Hex | CE | D8 | 8C | 5 | 0 | 23 | F | 44 | 31 | 46 |
| Octal | 316 | 330 | 214 | 5 | 0 | 43 | 17 | 104 | 61 | 106 |
| Binary | 11001110 | 11011000 | 10001100 | 101 | 0 | 100011 | 1111 | 1000100 | 110001 | 1000110 |
Color Harmonies of #CED88C
Complementary color
Monochromatic Colors of #CED88C
Black with #CED88C
Text Example
Text Example
White with #CED88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED88C; }
p { color: rgb(206,216,140); }
H1.HeaderClassName
{
color: #CED88C;
}
.AnyTagClassName
{
color: #CED88C;
}
</style>
background-color css
<style>
a { background-color: #CED88C; }
a { background-color: rgb(206,216,140); }
div.DivClassName
{
background-color: #CED88C;
}
.BgClassName
{
background-color: #CED88C;
}
</style>
border-color css
<style>
span { border-color: #CED88C; }
span { border-color: rgb(206,216,140); }
td.TdClassName
{
border-color: #CED88C;
}
.TagClassName
{
border-color: #CED88C;
}
</style>